Add PHP 8.5 to test matrix

This commit is contained in:
Kijin Sung 2025-10-23 16:41:50 +09:00
parent bc6eaae544
commit 77379fe230
2 changed files with 44 additions and 22 deletions

View file

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
name: PHP ${{ matrix.php }}
steps: