Skip to content

Commit 6d3f903

Browse files
committed
Test package with Laravel 11
1 parent db3dc17 commit 6d3f903

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
- { queue: 'github-actions-laravel10-php83', laravel: '10.*', php: '8.3', 'testbench': '8.*'}
6868
- { queue: 'github-actions-laravel10-php82', laravel: '10.*', php: '8.2', 'testbench': '8.*'}
6969
- { queue: 'github-actions-laravel10-php81', laravel: '10.*', php: '8.1', 'testbench': '8.*'}
70+
- { queue: 'github-actions-laravel11-php81', laravel: '11.*', php: '8.2', 'testbench': '9.*' }
71+
- { queue: 'github-actions-laravel12-php81', laravel: '11.*', php: '8.3', 'testbench': '9.*' }
7072

7173
name: PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }} - DB ${{ matrix.db }}
7274

0 commit comments

Comments
 (0)