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 c55dcb2 commit 93649b8Copy full SHA for 93649b8
.github/workflows/ci.yml
@@ -30,12 +30,20 @@ jobs:
30
experimental:
31
- false
32
include:
33
+ - php: "7.4"
34
+ composer-options: ""
35
+ experimental: true
36
+ dependencies: "highest"
37
+ - php: "8.0"
38
39
40
41
- php: "8.1"
- composer-options: "--ignore-platform-reqs"
42
43
experimental: true
44
dependencies: "highest"
45
- php: "8.2"
46
47
48
49
- php: "8.3"
0 commit comments