Merge branch 'PHP-8.4'

* PHP-8.4:
  [skip ci] Use laravel default branch in community build
This commit is contained in:
Ilija Tovilo 2025-02-24 15:58:48 +01:00
commit 0008a1e84b
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

View file

@ -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