Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 2bcffdd commit 5c59994
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Upload coverage reports to Codecov
if: ${{ matrix.tool == 'code-coverage' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./.phpunit.cache/clover.xml
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"friendsofphp/php-cs-fixer": "^3.45",
"guzzlehttp/psr7": "^2",
"php-mock/php-mock-phpunit": "^2.6",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5 || ^10.5"
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- ./.docker/redmine-60002_data/sqlite:/usr/src/redmine/sqlite

redmine-50105:
image: redmine:5.1.5
image: redmine:6.0.2
user: "1000:1000"
ports:
- "5105:3000"
Expand All @@ -52,7 +52,7 @@ services:
- ./.docker/redmine-50105_data/sqlite:/usr/src/redmine/sqlite

redmine-50010:
image: redmine:5.0.10
image: redmine:6.0.2
user: "1000:1000"
ports:
- "5010:3000"
Expand Down

0 comments on commit 5c59994

Please sign in to comment.