Skip to content

Commit 0f38ed9

Browse files
committed
gha: only install specific combination
1 parent 7e52c2a commit 0f38ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
19-
laravel: [10.*, 9.*, 8.*]
18+
php: [8.1]
19+
laravel: [8.*]
2020
exclude:
2121
- php: 8.0
2222
laravel: 10.*

0 commit comments

Comments
 (0)