Add PHP 8.3 to workflows.

This commit is contained in:
Caleb Mazalevskis 2023-11-24 21:08:24 +08:00
parent 26f6a590a1
commit 6912148e85
No known key found for this signature in database
GPG Key ID: 082E6BC1046FAB95
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