Skip to content

Commit 956337d

Browse files
committed
Added support for PHP 8.3 to CI workflow.
1 parent 0b3f38d commit 956337d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
tests:
99
strategy:
1010
matrix:
11-
include:
12-
- operating-system: 'ubuntu-latest'
13-
php-version: '8.1'
14-
15-
- operating-system: 'ubuntu-latest'
16-
php-version: '8.2'
11+
operating-system:
12+
- ubuntu-latest
13+
php-version:
14+
- 8.1
15+
- 8.2
16+
- 8.3
1717

1818
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
1919

0 commit comments

Comments
 (0)