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 0235d52 commit 689f9cdCopy full SHA for 689f9cd
.github/workflows/continuous-integration.yml
@@ -27,7 +27,7 @@ jobs:
27
- "7.2"
28
- "7.3"
29
- "7.4"
30
- - "8.0"
+# - "8.0"
31
dependencies: [highest]
32
experimental: [false]
33
include:
@@ -40,12 +40,12 @@ jobs:
40
- php-version: "8.0"
41
dependencies: highest
42
experimental: false
43
- - php-version: "8.1"
44
- dependencies: lowest-ignore
45
- experimental: true
46
47
- dependencies: highest-ignore
48
+# - php-version: "8.1"
+# dependencies: lowest-ignore
+# experimental: true
+# dependencies: highest-ignore
49
50
steps:
51
- name: "Checkout"
@@ -75,6 +75,6 @@ jobs:
75
run: "composer validate"
76
77
- name: "Run tests"
78
- run: "vendor/bin/phpunit"
+ run: "composer test"
79
80
0 commit comments