Skip to content

Commit 5c59994

Browse files
Update all dependencies
1 parent 2bcffdd commit 5c59994

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Upload coverage reports to Codecov
127127
if: ${{ matrix.tool == 'code-coverage' }}
128-
uses: codecov/codecov-action@v4
128+
uses: codecov/codecov-action@v5
129129
with:
130130
token: ${{ secrets.CODECOV_TOKEN }}
131131
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
- ./.docker/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
4141

4242
redmine-50105:
43-
image: redmine:5.1.5
43+
image: redmine:6.0.2
4444
user: "1000:1000"
4545
ports:
4646
- "5105:3000"
@@ -52,7 +52,7 @@ services:
5252
- ./.docker/redmine-50105_data/sqlite:/usr/src/redmine/sqlite
5353

5454
redmine-50010:
55-
image: redmine:5.0.10
55+
image: redmine:6.0.2
5656
user: "1000:1000"
5757
ports:
5858
- "5010:3000"

0 commit comments

Comments
 (0)