Merge pull request #3097 from Maikuolan/patch-1

Add PHP 8.3 to workflows.
This commit is contained in:
Denis Dulici 2023-11-24 14:36:27 +00:00 committed by GitHub
commit 4132ef51b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']
steps:
- name: Checkout code