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 Dec 17, 2024
1 parent 355a0b2 commit 77e0079
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ./:/var/www/project/ # Location of the project for php-fpm. Note this should be the same for NGINX.*

redmine-dev:
image: redmine:5.1.4
image: redmine:6.0.2
user: "1000:1000"
ports:
- "3000:3000"
Expand All @@ -26,7 +26,7 @@ services:
# - /tests/Behat/behat.yml

redmine-50104:
image: redmine:5.1.4
image: redmine:6.0.2
user: "1000:1000"
ports:
- "5103:3000"
Expand All @@ -38,7 +38,7 @@ services:
- ./.docker/redmine-50104_data/sqlite:/usr/src/redmine/sqlite

redmine-50010:
image: redmine:5.0.10
image: redmine:6.0.2
user: "1000:1000"
ports:
- "5009:3000"
Expand All @@ -52,7 +52,7 @@ services:
redmine-40210:
# Redmine 4.2.11 is not available on Docker Hub
# @link https://hub.docker.com/_/redmine/tags?page=&page_size=&ordering=&name=4.2.11
image: redmine:4.2.10
image: redmine:6.0.2
user: "1000:1000"
ports:
- "4210:3000"
Expand Down

0 comments on commit 77e0079

Please sign in to comment.