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 6c2cd9f commit 609826eCopy full SHA for 609826e
.github/workflows/frameworks.yaml
@@ -84,16 +84,14 @@ jobs:
84
fail-fast: false
85
matrix:
86
os: [ubuntu-latest]
87
- version: ['^11.0', '^12.0', '^13.0']
+ version: ['^11.0', '^12.0'] # TODO: add '^13.0' when released
88
php: ['8.3', '8.4', '8.5']
89
composer-version: [v2]
90
include:
91
- version: '^11.0'
92
phpunit: '^11.0'
93
- version: '^12.0'
94
95
- - version: '^13.0'
96
- phpunit: '^12.0'
97
name: "Laravel:${{ matrix.version }} - PHP${{ matrix.php }} - Composer ${{ matrix.composer-version }}"
98
99
steps:
0 commit comments