Skip to content

Commit 023273e

Browse files
committed
Make GitHub test config easier to maintain
1 parent cc58ec8 commit 023273e

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)