Skip to content

Commit e3b55b8

Browse files
author
TimelessTron
committed
update ci
1 parent 8a24d36 commit e3b55b8

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,8 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
dependencies:
25-
- "lowest"
26-
- "highest"
27-
php:
28-
- '7.4'
29-
- '8.0'
30-
- '8.1'
31-
- '8.2'
32-
- '8.3'
33-
experimental:
34-
- false
24+
dependencies: ["lowest", "highest"]
25+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
3526
include:
3627
- php: "8.1"
3728
composer-options: "--ignore-platform-reqs"
@@ -49,6 +40,11 @@ jobs:
4940
composer-options: "--ignore-platform-reqs"
5041
experimental: true
5142
dependencies: "highest"
43+
run-tests: true
44+
- php: "7.4"
45+
dependencies: "highest"
46+
- php: "8.0"
47+
dependencies: "highest"
5248
steps:
5349
- name: Set up PHP
5450
uses: shivammathur/setup-php@2.24.0
@@ -94,8 +90,7 @@ jobs:
9490
runs-on: ubuntu-latest
9591
strategy:
9692
matrix:
97-
php:
98-
- '7.4'
93+
php: ['7.4']
9994
steps:
10095
- name: Set up PHP
10196
uses: shivammathur/setup-php@2.24.0

0 commit comments

Comments
 (0)