Skip to content

Commit 5a83037

Browse files
tomio2480claude
andcommitted
Add PHP 8.4 and 8.5 to CI test matrix
- PHP 8.4: 2024年11月リリース - PHP 8.5: 2025年11月20日リリース - テストマトリックス: 3 OS × 5 PHP = 15パターン 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b036c27 commit 5a83037

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
php: ['8.1', '8.2', '8.3']
16+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
name: PHP ${{ matrix.php }} - ${{ matrix.os }}
1919

@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup PHP
5555
uses: shivammathur/setup-php@v2
5656
with:
57-
php-version: '8.3'
57+
php-version: '8.5'
5858
extensions: ffi
5959
coverage: none
6060

0 commit comments

Comments
 (0)