feat: Support PHP 8.3

This commit is contained in:
erikn69
2023-11-23 10:03:57 -05:00
parent b75d8ba0bd
commit 397e45cf4d
7 changed files with 1971 additions and 12 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" ]
php_version: [ "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
service: [ php-fpm, php-worker, workspace ]
steps:
- uses: actions/checkout@v4