Skip to content

Commit abcea2f

Browse files
authored
Add support for PHP 8.3 tests (#18)
1 parent 269f443 commit abcea2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.2, 8.1, 8.0]
12+
php: [8.3, 8.2, 8.1, 8.0]
1313
os: [ubuntu-latest, windows-latest]
1414

1515
name: PHP ${{ matrix.php }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)