Skip to content

Commit c2ea0c9

Browse files
committed
test: add test for php 8.4
1 parent e39c71e commit c2ea0c9

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [8.3, 8.2, 8.1]
17+
php: [8.4, 8.3, 8.2, 8.1]
1818
dependency-version: [prefer-lowest, prefer-stable]
1919

2020
name: PHP${{ matrix.php }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)