Skip to content

Commit 295be3d

Browse files
authored
add laravel 9 to GH actions test suite (#581)
1 parent 30f4c8a commit 295be3d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/frameworks.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,18 @@ jobs:
7171
fail-fast: false
7272
matrix:
7373
os: [ubuntu-latest]
74-
version: ['^8.0', 'dev-master']
74+
version: ['^9.0', '^8.0', 'dev-master']
7575
php: ['7.4', '8.0', '8.1']
7676
composer-version: [v2]
7777
exclude:
78+
- version: '^9.0'
79+
php: '7.4'
7880
- version: 'dev-master'
7981
php: '7.4'
82+
- version: 'dev-master'
83+
php: '8.0'
8084
env:
81-
allow_failure: ${{ matrix.php == '8.0' || matrix.version == 'dev-master' }}
85+
allow_failure: ${{ matrix.php == '8.1' || matrix.version == 'dev-master' }}
8286
name: "Laravel:${{ matrix.version }} - PHP${{ matrix.php }} - Composer ${{ matrix.composer-version }}"
8387

8488
steps:

0 commit comments

Comments
 (0)