try tests with php8.3

This commit is contained in:
Milos Stojanovic 2023-11-30 15:30:04 +01:00
parent 9987338f26
commit 38c67f63bc

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
steps:
- name: Checkout