We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec30489 + 00122a0 commit bfb512eCopy full SHA for bfb512e
.github/workflows/coverage.yml
@@ -30,7 +30,7 @@ jobs:
30
tools: composer:v2
31
- name: Install dependencies
32
run: |
33
- composer require "laravel/framework:^10.0" "phpunit/phpunit:^9.0" "doctrine/dbal:^3.0" --no-interaction --no-update --no-suggest
+ composer require "laravel/framework:^10.0" "phpunit/phpunit:^10.0" "doctrine/dbal:^3.0" --no-interaction --no-update --no-suggest
34
composer update --prefer-dist --no-interaction
35
- name: Execute tests
36
run: vendor/bin/phpunit --coverage-clover coverage.xml
.github/workflows/testing.yml
@@ -22,7 +22,7 @@ jobs:
22
php: [8.1, 8.2]
23
dbal: [^3.0]
24
laravel: [10.*]
25
- phpunit: [9.*, 10.*]
+ phpunit: [10.*]
26
dependency-version: [stable] # to add: lowest
27
28
0 commit comments