Skip to content

Commit 3181cf8

Browse files
committed
minor #1218 Make GitHub test config easier to maintain (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Make GitHub test config easier to maintain This nice idea was suggested by `@stof` in #1216 (comment) It's much better. Thanks! Commits ------- 023273e Make GitHub test config easier to maintain
2 parents cc58ec8 + 023273e commit 3181cf8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
28+
operating-system: ['ubuntu-latest']
2929
php-version: ['7.3', '7.4', '8.0']
30-
exclude:
30+
include:
3131
- operating-system: 'macos-latest'
32-
php-version: '7.3'
33-
- operating-system: 'macos-latest'
34-
php-version: '7.4'
35-
- operating-system: 'windows-latest'
36-
php-version: '7.3'
32+
php-version: '8.0'
3733
- operating-system: 'windows-latest'
38-
php-version: '7.4'
34+
php-version: '8.0'
3935

4036
steps:
4137
- name: "Checkout code"

0 commit comments

Comments
 (0)