Skip to content

Commit 5eb57ea

Browse files
committed
GH Actions: add build against "low" PHPCS for PHP 8.5
As things are at this time, it looks like PHPCS 3.13.4 will be the first PHPCS version to be runtime compatible with PHP 8.5. The caveat to this is that not all PHP 8.5 deprecations have been merged into PHP Core yet, so this minimum PHPCS version may need further updates later on if further changes in PHPCS would be needed.
1 parent 430853d commit 5eb57ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ jobs:
155155
phpcs_version: '3.8.0'
156156
- php: '8.4'
157157
phpcs_version: '3.8.0'
158+
- php: '8.5'
159+
phpcs_version: '3.13.4'
158160

159161
name: "Test: PHP ${{ matrix.php }} - PHPCS ${{ matrix.phpcs_version }}"
160162

0 commit comments

Comments
 (0)