feat: Support PHP 8.4

This commit is contained in:
erikn69
2024-11-22 09:22:39 -05:00
parent 852a86f205
commit 80d5492767
5 changed files with 1852 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: [ "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
php_version: [ "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4" ]
service: [ php-fpm, php-worker, workspace ]
steps:
- uses: actions/checkout@v4