We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ca021 commit 252f8f4Copy full SHA for 252f8f4
1 file changed
.github/workflows/unit-tests.yml
@@ -65,6 +65,10 @@ jobs:
65
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
66
phpcs_version: ["lowest", "stable", "4.x-dev"]
67
68
+ exclude:
69
+ - php: "8.3"
70
+ phpcs_version: "lowest"
71
+
72
include:
73
# Add some builds with variations of the dependency versions.
74
- php: "8.4"
0 commit comments