Skip to content

Commit 74f7afa

Browse files
committed
add 7.4 back for tests
1 parent b48f5f6 commit 74f7afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ 8.0, 8.1 ]
11+
php: [ 7.4, 8.0, 8.1 ]
1212
dependency-version: [prefer-stable]
1313

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

0 commit comments

Comments
 (0)