Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1503105

Browse files
authored
Adjust matrix
1 parent 016b3a7 commit 1503105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [7.3, 7.4, 8.0, 8.1]
20-
laravel: [^7.0, ^8.0, ^9.0]
19+
php: [8.0, 8.1]
20+
laravel: [^8.0, ^9.0]
2121

2222
name: PHP v${{ matrix.php }} - Laravel v${{ matrix.laravel }}
2323

0 commit comments

Comments
 (0)