Skip to content

Commit 09d7f69

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Use laravel default branch in community build
2 parents 3becfb1 + e71b8ca commit 09d7f69

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)