Skip to content

Commit 93649b8

Browse files
author
TimelessTron
committed
update ci
1 parent c55dcb2 commit 93649b8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,20 @@ jobs:
3030
experimental:
3131
- false
3232
include:
33+
- php: "7.4"
34+
composer-options: ""
35+
experimental: true
36+
dependencies: "highest"
37+
- php: "8.0"
38+
composer-options: ""
39+
experimental: true
40+
dependencies: "highest"
3341
- php: "8.1"
34-
composer-options: "--ignore-platform-reqs"
42+
composer-options: ""
3543
experimental: true
3644
dependencies: "highest"
3745
- php: "8.2"
38-
composer-options: "--ignore-platform-reqs"
46+
composer-options: ""
3947
experimental: true
4048
dependencies: "highest"
4149
- php: "8.3"

0 commit comments

Comments
 (0)