Skip to content

Commit 15d46c6

Browse files
author
rotimi
committed
PHP 8.1 min version readiness
1 parent d0a0acf commit 15d46c6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,13 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php: [8.2, 8.1, 8.0, 7.4]
19+
php: [8.2, 8.1]
2020
# prefer-lowest is causing unit tests to fail when php 7.2 is run against PHPunit 7.x,
2121
# PHPUnit 8.x is the latest stable release that supports PHP 7.2 and that runs fine
2222
# dependency-version: [prefer-lowest, prefer-stable]
2323
dependency-version: [prefer-stable]
2424
os: [ubuntu-20.04, ubuntu-22.04]
2525
include:
26-
- os: ubuntu-20.04
27-
php: 7.4
28-
- os: ubuntu-20.04
29-
php: 8.0
3026
- os: ubuntu-20.04
3127
php: 8.1
3228
- os: ubuntu-22.04

0 commit comments

Comments
 (0)