Skip to content

Commit 25a5b7f

Browse files
Update all dependencies
1 parent ab5f4eb commit 25a5b7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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@v3
80+
uses: codecov/codecov-action@v4
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
files: ./.phpunit.cache/clover.xml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^3.45",
33-
"phpunit/phpunit": "^9 || ^10.5",
33+
"phpunit/phpunit": "^9 || ^10.5 || ^11.0",
3434
"guzzlehttp/psr7": "^2",
3535
"php-mock/php-mock-phpunit": "^2.6",
3636
"phpstan/phpstan": "^1.10"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- ./.docker/redmine-50101_data/sqlite:/usr/src/redmine/sqlite
3838

3939
redmine-50007:
40-
image: redmine:5.0.7
40+
image: redmine:5.1.1
4141
ports:
4242
- "5007:3000"
4343
environment:

0 commit comments

Comments
 (0)