[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:
Ilija Tovilo 2025-02-24 12:20:34 +01:00
parent f4aadb5537
commit e71b8cae7e
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

View file

@ -520,7 +520,7 @@ jobs:
- name: Test Laravel - name: Test Laravel
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
run: | 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 cd framework
git rev-parse HEAD git rev-parse HEAD
php /usr/bin/composer install --no-progress --ignore-platform-reqs php /usr/bin/composer install --no-progress --ignore-platform-reqs