Add PHP 8.4 to test matrix

This commit is contained in:
Dylan K. Taylor
2025-09-04 21:58:12 +01:00
parent 9a0a8a55b1
commit 1868536916
6 changed files with 103 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]
uses: ./.github/workflows/main-php-matrix.yml
with: