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 cc58ec8 commit 023273eCopy full SHA for 023273e
.github/workflows/tests.yaml
@@ -25,17 +25,13 @@ jobs:
25
26
strategy:
27
matrix:
28
- operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
+ operating-system: ['ubuntu-latest']
29
php-version: ['7.3', '7.4', '8.0']
30
- exclude:
+ include:
31
- 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: '8.0'
37
- operating-system: 'windows-latest'
38
39
40
steps:
41
- name: "Checkout code"
0 commit comments