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 bab0af7 commit 7860f70Copy full SHA for 7860f70
.github/workflows/tests.yml
@@ -54,6 +54,9 @@ jobs:
54
55
- uses: "ramsey/composer-install@v3"
56
57
+ - name: "Check PHP configuration"
58
+ run: "vendor/bin/phpunit --check-php-configuration"
59
+
60
- name: "Tests"
61
run: "make tests"
62
@@ -83,6 +86,9 @@ jobs:
83
86
84
87
85
88
89
90
91
92
93
run: "make tests-integration"
94
@@ -141,6 +147,9 @@ jobs:
141
147
142
148
143
149
150
151
152
144
153
145
154
run: "${{ matrix.script }}"
146
155
0 commit comments