Skip to content

Commit 0632fc1

Browse files
committed
Remove tests on PHP 8.0
1 parent a09ea80 commit 0632fc1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
php:
37-
- "8.0"
3837
- "8.1"
3938
- "8.2"
4039
- "8.3"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 8.0, 8.1, 8.2, 8.3 ]
12+
php: [ 8.1, 8.2, 8.3 ]
1313
dependency-version: [ prefer-lowest, prefer-stable ]
1414
redis-version: [ 5, 6, 7 ]
1515

0 commit comments

Comments
 (0)