Skip to content

Commit 609826e

Browse files
committed
ci: fixes run against l13
1 parent 6c2cd9f commit 609826e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/frameworks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,14 @@ jobs:
8484
fail-fast: false
8585
matrix:
8686
os: [ubuntu-latest]
87-
version: ['^11.0', '^12.0', '^13.0']
87+
version: ['^11.0', '^12.0'] # TODO: add '^13.0' when released
8888
php: ['8.3', '8.4', '8.5']
8989
composer-version: [v2]
9090
include:
9191
- version: '^11.0'
9292
phpunit: '^11.0'
9393
- version: '^12.0'
9494
phpunit: '^11.0'
95-
- version: '^13.0'
96-
phpunit: '^12.0'
9795
name: "Laravel:${{ matrix.version }} - PHP${{ matrix.php }} - Composer ${{ matrix.composer-version }}"
9896

9997
steps:

0 commit comments

Comments
 (0)