Skip to content

Commit 3f457c4

Browse files
committed
Revert "test: add test for php 8.4"
This reverts commit c2ea0c9.
1 parent c2ea0c9 commit 3f457c4

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.4, 8.3, 8.2, 8.1]
17+
php: [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)