Skip to content

Commit

Permalink
use newest phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Jan 27, 2025
1 parent a2cadbb commit 11c8a6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
"11.*", # Test Laravel 11
]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@master
Expand All @@ -40,7 +40,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"matomo/device-detector": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "~9.0 || ~10.0",
"orchestra/testbench": "~7.0 || ~8.0",
"php-coveralls/php-coveralls": "~2.0"
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"php-coveralls/php-coveralls": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 11c8a6e

Please sign in to comment.