Test coverage extended to PHP 8.4

This commit is contained in:
武田 憲太郎
2024-11-08 21:30:01 +09:00
parent ac3b854893
commit 8bb2a5f9b7
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php: [8.1, 8.0, 7.4, 7.3, 7.2]
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
dependency-version: [prefer-lowest, prefer-stable]
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}