Merge pull request #1950 from sergiy-petrov/sergiy-petrov-patch-1

Test against php 8.3
This commit is contained in:
terrafrost 2023-10-07 18:32:54 -05:00 committed by GitHub
commit f403ff98d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']
quality_tools:
name: Quality Tools
timeout-minutes: 5
@ -92,4 +92,4 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
php-version: ['8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']