Skip to content

Commit a0eee67

Browse files
sergiy-petrovd3v2a
authored andcommitted
Test against php 8.2 and 8.3
Integration tests against 8.3 Unit tests against 8.2 and 8.3
1 parent fb68e3c commit a0eee67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
COMPOSER_NO_INTERACTION: 1
1919
strategy:
2020
matrix:
21-
php: [8.2, 8.1, 8.0, 7.4, 7.3]
21+
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
2222
laravel: [10.*, 9.*, 8.*]
2323
exclude:
2424
- php: 8.0

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-20.04, windows-2019]
23-
php: [8.1, 8.0, 7.4, 7.3]
23+
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
2424
laravel: [8.*, 9.*, 10.*]
2525
dependency-version: [prefer-lowest, prefer-stable]
2626
exclude:

0 commit comments

Comments
 (0)