Skip to content

Commit 3f57187

Browse files
committed
Update github actions to raise min phpcs version to 3.5.7
1 parent 067e988 commit 3f57187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
#
3636
# The matrix is set up so as not to duplicate the builds which are run for code coverage.
3737
php: ["5.5", "5.6", "7.0", "7.1", "7.2", "7.3"]
38-
phpcs_version: ["3.5.6", "4.0.0", "4.x-dev"]
38+
phpcs_version: ["3.5.7", "4.0.0", "4.x-dev"]
3939

4040
exclude:
4141
# PHPCS 4.x requires PHP 7.2+
@@ -169,12 +169,12 @@ jobs:
169169
- php: "8.4"
170170
phpcs_version: "4.x-dev"
171171
- php: "7.4"
172-
phpcs_version: "3.5.6"
172+
phpcs_version: "3.5.7"
173173

174174
- php: "7.2"
175175
phpcs_version: "4.x-dev"
176176
- php: "5.4"
177-
phpcs_version: "3.5.6"
177+
phpcs_version: "3.5.7"
178178

179179
name: "Coverage: PHP ${{ matrix.php }} on PHPCS ${{ matrix.phpcs_version }}"
180180

0 commit comments

Comments
 (0)