Skip to content

Commit df6f8de

Browse files
Update all dependencies
1 parent 355a0b2 commit df6f8de

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Upload coverage reports to Codecov
7979
if: ${{ matrix.tool == 'code-coverage' }}
80-
uses: codecov/codecov-action@v4
80+
uses: codecov/codecov-action@v5
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
files: ./.phpunit.cache/clover.xml

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"friendsofphp/php-cs-fixer": "^3.45",
3535
"guzzlehttp/psr7": "^2",
3636
"php-mock/php-mock-phpunit": "^2.6",
37-
"phpstan/phpstan": "^1.10",
38-
"phpunit/phpunit": "^9.5 || ^10.5"
37+
"phpstan/phpstan": "^2.0",
38+
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- ./:/var/www/project/ # Location of the project for php-fpm. Note this should be the same for NGINX.*
1212

1313
redmine-dev:
14-
image: redmine:5.1.4
14+
image: redmine:6.0.1
1515
user: "1000:1000"
1616
ports:
1717
- "3000:3000"
@@ -26,7 +26,7 @@ services:
2626
# - /tests/Behat/behat.yml
2727

2828
redmine-50104:
29-
image: redmine:5.1.4
29+
image: redmine:6.0.1
3030
user: "1000:1000"
3131
ports:
3232
- "5103:3000"
@@ -38,7 +38,7 @@ services:
3838
- ./.docker/redmine-50104_data/sqlite:/usr/src/redmine/sqlite
3939

4040
redmine-50010:
41-
image: redmine:5.0.10
41+
image: redmine:6.0.1
4242
user: "1000:1000"
4343
ports:
4444
- "5009:3000"
@@ -52,7 +52,7 @@ services:
5252
redmine-40210:
5353
# Redmine 4.2.11 is not available on Docker Hub
5454
# @link https://hub.docker.com/_/redmine/tags?page=&page_size=&ordering=&name=4.2.11
55-
image: redmine:4.2.10
55+
image: redmine:6.0.1
5656
user: "1000:1000"
5757
ports:
5858
- "4210:3000"

0 commit comments

Comments
 (0)