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 COMPOSER_NO_INTERACTION: 1
strategy: strategy:
matrix: 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.*] laravel: [10.*, 9.*, 8.*]
exclude: exclude:
- php: 8.0 - php: 8.0
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, windows-2019] os: [ubuntu-20.04, windows-2019]
php: [8.1, 8.0, 7.4, 7.3] php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
laravel: [8.*, 9.*, 10.*] laravel: [8.*, 9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable] dependency-version: [prefer-lowest, prefer-stable]
exclude: exclude: