Skip to content

Commit 7b31017

Browse files
committed
ci: add 3.x-dev to PHPCS version matrix for unit tests
1 parent 88b8cad commit 7b31017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
#
6565
# The matrix is set up so as not to duplicate the builds which are run for code coverage.
6666
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"]
67+
phpcs_version: ["lowest", "stable", "4.x-dev", "3.x-dev"]
6868

6969
exclude:
7070
- php: "8.3"

0 commit comments

Comments
 (0)