We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3.x-dev
1 parent 88b8cad commit 7b31017Copy full SHA for 7b31017
1 file changed
.github/workflows/unit-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
#
65
# The matrix is set up so as not to duplicate the builds which are run for code coverage.
66
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
67
- phpcs_version: ["lowest", "stable", "4.x-dev"]
+ phpcs_version: ["lowest", "stable", "4.x-dev", "3.x-dev"]
68
69
exclude:
70
- php: "8.3"
0 commit comments