Skip to content

Commit a6c8e1c

Browse files
authored
Merge pull request #195 from PHPCSStandards/feature/ghactions-add-low-php85-build
GH Actions: add build against "low" PHPCS for PHP 8.5
2 parents 430853d + 5eb57ea commit a6c8e1c

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)