mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Use laravel default branch in community build
See: https://github.com/laravel/framework/issues/54754#issuecomment-2678092563 According to this comment, the default branch more actively receives changes throuought the year than master. Hence, it makes more sense to test the default branch.
This commit is contained in:
parent
f4aadb5537
commit
e71b8cae7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -520,7 +520,7 @@ jobs:
|
|||
- name: Test Laravel
|
||||
if: ${{ !cancelled() }}
|
||||
run: |
|
||||
git clone https://github.com/laravel/framework.git --branch=master --depth=1
|
||||
git clone https://github.com/laravel/framework.git --depth=1
|
||||
cd framework
|
||||
git rev-parse HEAD
|
||||
php /usr/bin/composer install --no-progress --ignore-platform-reqs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue