Skip to content

Commit 353c55c

Browse files
committed
Fix duplicate names
1 parent 52a71c4 commit 353c55c

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
@@ -67,8 +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-laravel10-php81', laravel: '11.*', php: '8.2', 'testbench': '9.*'}
71-
- { queue: 'github-actions-laravel10-php81', laravel: '11.*', php: '8.3', 'testbench': '9.*'}
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.*'}
7272

7373
name: PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }} - DB ${{ matrix.db }}
7474

0 commit comments

Comments
 (0)