Add 8.3 version in CI

This commit is contained in:
carmenmaymo 2023-11-14 15:48:51 +01:00
parent 6fe6086444
commit 581f99d187
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }}
steps: