Skip to content

Commit 31bd90b

Browse files
committed
ci: test against PHP 8.4 and PHP 8.5
1 parent e04dcfe commit 31bd90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest]
1111
node: ['22.x']
12-
php: ['8.3', '8.4', '8.5']
12+
php: ['8.4', '8.5']
1313
dependency-version: [prefer-stable]
1414

1515
name: PHP ${{ matrix.php }} - Node ${{ matrix.node }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)