add php 8.3 to test (#3778)

https://www.php.net/releases/8.3/en.php
This commit is contained in:
Rotzbua
2024-01-05 12:43:34 +01:00
committed by GitHub
parent f7eab6b163
commit cc08da0c74

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php: [8.2, 8.1, 8.0, 7.4, 7.3]
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
os: [ubuntu-latest]
steps: