We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a0acf commit 15d46c6Copy full SHA for 15d46c6
.github/workflows/php.yml
@@ -16,17 +16,13 @@ jobs:
16
17
strategy:
18
matrix:
19
- php: [8.2, 8.1, 8.0, 7.4]
+ php: [8.2, 8.1]
20
# prefer-lowest is causing unit tests to fail when php 7.2 is run against PHPunit 7.x,
21
# PHPUnit 8.x is the latest stable release that supports PHP 7.2 and that runs fine
22
# dependency-version: [prefer-lowest, prefer-stable]
23
dependency-version: [prefer-stable]
24
os: [ubuntu-20.04, ubuntu-22.04]
25
include:
26
- - os: ubuntu-20.04
27
- php: 7.4
28
29
- php: 8.0
30
- os: ubuntu-20.04
31
php: 8.1
32
- os: ubuntu-22.04
0 commit comments