We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f4c8a commit 295be3dCopy full SHA for 295be3d
.github/workflows/frameworks.yaml
@@ -71,14 +71,18 @@ jobs:
71
fail-fast: false
72
matrix:
73
os: [ubuntu-latest]
74
- version: ['^8.0', 'dev-master']
+ version: ['^9.0', '^8.0', 'dev-master']
75
php: ['7.4', '8.0', '8.1']
76
composer-version: [v2]
77
exclude:
78
+ - version: '^9.0'
79
+ php: '7.4'
80
- version: 'dev-master'
81
php: '7.4'
82
+ - version: 'dev-master'
83
+ php: '8.0'
84
env:
- allow_failure: ${{ matrix.php == '8.0' || matrix.version == 'dev-master' }}
85
+ allow_failure: ${{ matrix.php == '8.1' || matrix.version == 'dev-master' }}
86
name: "Laravel:${{ matrix.version }} - PHP${{ matrix.php }} - Composer ${{ matrix.composer-version }}"
87
88
steps:
0 commit comments