Skip to content

Commit 1b8db2e

Browse files
authored
[3.x] Ensure CI considers backwards compatibility with Laravel 9 (#1258)
* Ensure backwards compatibility with Laravel 9 is covered in CI * Typo
1 parent 4bdd442 commit 1b8db2e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ jobs:
5252
fail-fast: true
5353
matrix:
5454
stack: [inertia, livewire]
55-
laravel: [10]
55+
laravel: [9, 10]
56+
php: [ '8.0', 8.1, 8.2 ]
57+
exclude:
58+
- php: '8.0'
59+
laravel: 10
5660

57-
name: Test Stubs - Laravel ${{ matrix.laravel }} - ${{ matrix.stack }}
61+
name: Test Stubs - PHP ${{ matrix.php }} – Laravel ${{ matrix.laravel }} - ${{ matrix.stack }}
5862

5963
steps:
6064
- name: Setup PHP

0 commit comments

Comments
 (0)