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 c55dc6a commit f8cf953Copy full SHA for f8cf953
.github/workflows/ci.yaml .github/workflows/tests.yaml.github/workflows/ci.yaml renamed to .github/workflows/tests.yaml
@@ -1,4 +1,4 @@
1
-name: "CI"
+name: "Tests"
2
3
on:
4
pull_request:
@@ -27,6 +27,15 @@ jobs:
27
matrix:
28
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
29
php-version: ['7.3', '7.4', '8.0']
30
+ exclude:
31
+ - operating-system: 'macos-latest'
32
+ php-version: '7.3'
33
34
+ php-version: '7.4'
35
+ - operating-system: 'windows-latest'
36
37
38
39
40
steps:
41
- name: "Checkout code"
0 commit comments