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 5945e41 commit a12ecc7Copy full SHA for a12ecc7
.github/workflows/continuous-integration.yml
@@ -16,7 +16,6 @@ jobs:
16
name: "CI"
17
18
runs-on: ubuntu-latest
19
- continue-on-error: ${{ matrix.experimental }}
20
21
strategy:
22
matrix:
@@ -29,24 +28,7 @@ jobs:
29
28
- "8.2"
30
- "8.3"
31
- "8.4"
32
- dependencies: [highest]
33
- experimental: [false]
34
- include:
35
- - php-version: "7.2"
36
- dependencies: highest
37
- experimental: false
38
39
- dependencies: lowest
40
41
-# - php-version: "8.0"
42
-# dependencies: highest
43
-# experimental: false
44
-# - php-version: "8.1"
45
-# dependencies: lowest-ignore
46
-# experimental: true
47
48
-# dependencies: highest-ignore
49
+ dependencies: [lowest, highest]
50
51
steps:
52
- name: "Checkout"
0 commit comments