Skip to content

Commit 7f2bbbf

Browse files
committed
Update CI
1 parent c5abe90 commit 7f2bbbf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
php: ['8.2', '8.3']
20-
laravel: [11]
21-
# exclude:
22-
# - php: 8.1
23-
# laravel: 11
19+
php: [ '8.4', '8.3', '8.2']
20+
laravel: [ '12', '11' ]
2421
max-parallel: 26
2522
steps:
2623
- name: Checkout

0 commit comments

Comments
 (0)