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 5028dda commit e99085fCopy full SHA for e99085f
.github/workflows/all-pr-tests.yml
@@ -21,6 +21,7 @@ jobs:
21
timeout-minutes: 10
22
# Define a matrix of PHP/WordPress versions to test against
23
strategy:
24
+ fail-fast: false
25
matrix:
26
php: [8.2, 8.3, 8.4]
27
wordpress: ["latest"]
.gitignore
@@ -1,5 +1,6 @@
1
# Dependencies
2
vendor
3
+!tests/js/vendor
4
node_modules
5
.env
6
composer.lock
0 commit comments