Skip to content

Commit df65b4a

Browse files
Update all dependencies
1 parent 81259f3 commit df65b4a

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
@@ -34,7 +34,7 @@
3434
"guzzlehttp/psr7": "^2",
3535
"php-mock/php-mock-phpunit": "^2.6",
3636
"phpstan/phpstan": "^1.10",
37-
"phpunit/phpunit": "^9 || ^10.5"
37+
"phpunit/phpunit": "^9 || ^10.5 || ^11.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

docker-compose.yml

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

4141
redmine-50007:
42-
image: redmine:5.0.7
42+
image: redmine:5.1.1
4343
user: "1000:1000"
4444
ports:
4545
- "5007:3000"

0 commit comments

Comments
 (0)