Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit b8dcce1

Browse files
committed
:octocat:
1 parent e7fcab8 commit b8dcce1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
php-version:
2424
- "8.1"
2525
- "8.2"
26+
- "8.3"
2627

2728
env:
2829
PHAN_ALLOW_XDEBUG: 0
@@ -38,7 +39,7 @@ jobs:
3839
php-version: ${{ matrix.php-version }}
3940
tools: pecl
4041
coverage: none
41-
extensions: ast, curl, json, sodium, simplexml, zlib
42+
extensions: ast, curl, fileinfo, json, sodium, simplexml, zlib
4243

4344
- name: "Update dependencies with composer"
4445
uses: ramsey/composer-install@v2
@@ -61,6 +62,7 @@ jobs:
6162
php-version:
6263
- "8.1"
6364
- "8.2"
65+
- "8.3"
6466

6567
steps:
6668
- name: "Checkout"
@@ -71,7 +73,7 @@ jobs:
7173
with:
7274
php-version: ${{ matrix.php-version }}
7375
coverage: pcov
74-
extensions: curl, json, sodium, simplexml, zlib
76+
extensions: curl, fileinfo, json, sodium, simplexml, zlib
7577

7678
- name: "Install dependencies with composer"
7779
uses: ramsey/composer-install@v2

0 commit comments

Comments
 (0)