Skip to content

Commit 5208695

Browse files
test caes
1 parent c7e9705 commit 5208695

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
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
laravel: [9.*] # Laravel versions to test
20-
php: [8.1, 8.2] # PHP versions to test
19+
laravel: [9.*, 10.*] # Laravel versions to test
20+
php: [8.1, 8.2, 8.3] # PHP versions to test
2121

2222
steps:
2323
- name: Checkout code

0 commit comments

Comments
 (0)