File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020 matrix :
2121 php-versions : ['8.1', '8.2', '8.3']
2222 laravel-versions : ['9.*', '10.*', '11.*', '12.*']
23+ exclude :
24+ - php-versions : ' 8.1'
25+ laravel-versions : ' 11.*' # Laravel 11 typically requires PHP 8.2+
26+ - php-versions : ' 8.1'
27+ laravel-versions : ' 12.*' # Laravel 12 typically requires PHP 8.2+
2328
2429 steps :
2530 - name : Checkout code
4853 composer install --prefer-dist --no-progress --no-interaction
4954 composer update "illuminate/support:${{ matrix.laravel-versions }}" "illuminate/container:${{ matrix.laravel-versions }}" --with-all-dependencies --prefer-dist --no-progress --no-interaction
5055
51- - name : Print lock (tmp)
52- run : cat composer.lock
53-
5456 - name : Run PHPUnit tests
5557 run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments