We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c007ed0 commit be32daeCopy full SHA for be32dae
.github/workflows/php.yml
@@ -23,21 +23,17 @@ jobs:
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
33
34
35
php: 8.2
36
exclude:
37
- - os: ubuntu-22.04
38
39
40
+# - os: ubuntu-22.04
+# php: 7.4
+# php: 8.0
41
42
name: PHP-${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
43
0 commit comments