Skip to content

Commit 3bdc8e0

Browse files
authored
CI: run also PHP 8.3 (#31)
1 parent 5ebdcf4 commit 3bdc8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.2
21+
php-version: 8.3
2222
-
2323
name: Install dependencies
2424
run: composer install --no-progress --prefer-dist --no-interaction
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: [ '8.1', '8.2' ]
35+
php-version: [ '8.1', '8.2', '8.3' ]
3636
dependency-version: [ prefer-lowest, prefer-stable ]
3737
steps:
3838
-

0 commit comments

Comments
 (0)