GithubActions: Add checks for php 8.3

This commit is contained in:
Sukhwinder Dhillon 2024-03-26 11:43:24 +01:00
parent b2362f2079
commit 004044a22a

View file

@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
os: ['ubuntu-latest']
steps: