Skip to content

Commit 95dd894

Browse files
committed
Test with Laravel 11
1 parent cbee3ca commit 95dd894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
strategy:
6464
matrix:
6565
payload:
66-
# - { laravel: '11.*', php: '8.3', 'testbench': '8.*'}
67-
# - { laravel: '11.*', php: '8.2', 'testbench': '8.*'}
66+
- { laravel: '11.*', php: '8.3', 'testbench': '9.*', collision: '8.*'}
67+
- { laravel: '11.*', php: '8.2', 'testbench': '9.*', collision: '8.*'}
6868
- { laravel: '10.*', php: '8.3', 'testbench': '8.*', collision: '7.*'}
6969
- { laravel: '10.*', php: '8.2', 'testbench': '8.*', collision: '7.*'}
7070
- { laravel: '10.*', php: '8.1', 'testbench': '8.*', collision: '7.*'}

0 commit comments

Comments
 (0)