Skip to content

Commit

Permalink
Upgrade PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jan 3, 2025
1 parent e2dc805 commit ae0f78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Set PHPUnit version
if: matrix.php >= 8.1
run: composer require "phpunit/phpunit:^8.2" --no-update
run: composer require "phpunit/phpunit:^8.5.41" --no-update

- name: Install Dependencies
run: composer update --prefer-dist --prefer-${{ matrix.setup }} --no-interaction --no-suggest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"nesbot/carbon": "^2.72.6 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.2"
"phpunit/phpunit": "^7.5.20 || ^8.5.41"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ae0f78e

Please sign in to comment.