Skip to content

Commit 45c0805

Browse files
committed
Test on PHP 8.3
1 parent 112af1c commit 45c0805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
php: [ '7.4', '8.0', '8.1', '8.2' ]
10+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
1111

1212
services:
1313
mysql:
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Run Psalm
4141
run: psalm --output-format=github
42-
if: ${{ matrix.php == '8.2' }}
42+
if: ${{ matrix.php == '8.3' }}
4343

4444
- name: Run PHPUnit
4545
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)