p2 project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
557 B

config:
directory: ../..
projects:
laravel/framework:
source:
type: git
url: https://github.com/laravel/framework.git
reference: master
success_only: true
install:
- composer require "carbonphp/carbon-doctrine-types:*" "psr/clock:^1.0" "symfony/clock:^6.3|^7.0" "symfony/polyfill-mbstring:^1.0" "symfony/translation:^6.0|^7.0" --prefer-dist --no-interaction --prefer-stable
- composer update --prefer-dist --no-interaction --prefer-stable
script:
- vendor/bin/phpunit --no-coverage --stop-on-error