Skip to content

Commit 0008a1e

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: [skip ci] Use laravel default branch in community build
2 parents bcd7222 + ca75ebf commit 0008a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ jobs:
520520
- name: Test Laravel
521521
if: ${{ !cancelled() }}
522522
run: |
523-
git clone https://github.com/laravel/framework.git --branch=master --depth=1
523+
git clone https://github.com/laravel/framework.git --depth=1
524524
cd framework
525525
git rev-parse HEAD
526526
php /usr/bin/composer install --no-progress --ignore-platform-reqs

0 commit comments

Comments
 (0)