Skip to content

Commit 3057ee2

Browse files
committed
ci: remove PHP 7.4 and 8.0 from testing workflow
1 parent 53170e6 commit 3057ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: true
2828
matrix:
2929
os: [ ubuntu-latest ]
30-
php: [ 7.4, 8.0, 8.1, 8.2 ]
30+
php: [ 8.1, 8.2 ]
3131
dependency-version: [ prefer-lowest, prefer-stable ]
3232

3333
name: ${{ matrix.os }} / PHP ${{ matrix.php }} / ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)