Skip to content

Commit c456558

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 80ec003 commit c456558

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: ['8.1', '8.2', '8.3']
17-
stability: ['prefer-lowest', 'prefer-stable']
18-
laravel: ['^10.0', '^11.0']
17+
stability: [prefer-lowest, prefer-stable]
18+
laravel: ['12.0', ^10.0, ^11.0]
1919
exclude:
2020
- php: '8.1'
21-
laravel: '^11.0'
21+
laravel: ^11.0
22+
- laravel: '12.0'
23+
php: '8.1'
2224

23-
name: 'PHP ${{ matrix.php }} - Laravel: ${{matrix.laravel}} - ${{ matrix.stability }}'
25+
name: PHP ${{ matrix.php }} - Laravel: ${{matrix.laravel}} - ${{ matrix.stability }}
2426

2527
steps:
2628
- name: Checkout code

0 commit comments

Comments
 (0)