Skip to content

Commit bfb512e

Browse files
authored
Merge pull request #5213 from Laravel-Backpack/remove-phpunit-9
remove phpunit 9 from test and coverage actions
2 parents ec30489 + 00122a0 commit bfb512e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
tools: composer:v2
3131
- name: Install dependencies
3232
run: |
33-
composer require "laravel/framework:^10.0" "phpunit/phpunit:^9.0" "doctrine/dbal:^3.0" --no-interaction --no-update --no-suggest
33+
composer require "laravel/framework:^10.0" "phpunit/phpunit:^10.0" "doctrine/dbal:^3.0" --no-interaction --no-update --no-suggest
3434
composer update --prefer-dist --no-interaction
3535
- name: Execute tests
3636
run: vendor/bin/phpunit --coverage-clover coverage.xml

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
php: [8.1, 8.2]
2323
dbal: [^3.0]
2424
laravel: [10.*]
25-
phpunit: [9.*, 10.*]
25+
phpunit: [10.*]
2626
dependency-version: [stable] # to add: lowest
2727

2828

0 commit comments

Comments
 (0)