Test against php 8.2 and 8.3

Integration tests against 8.3
Unit tests against 8.2 and 8.3
This commit is contained in:
Serhii Petrov
2023-10-05 16:10:38 +03:00
committed by GitHub
parent 3cdd3af631
commit 390874207f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
COMPOSER_NO_INTERACTION: 1
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]
laravel: [10.*, 9.*, 8.*]
exclude:
- php: 8.0