Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent bb70367 commit 1b04e0a
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 624 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

services:
mysql:
image: mysql:8.2
image: mysql:8.3
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel_ddd_testing
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

services:
mysql:
image: mysql:8.2
image: mysql:8.3
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel_ddd_testing
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

services:
mysql:
image: mysql:8.2
image: mysql:8.3
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel_ddd_testing
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.13",
"brianium/paratest": "^7.3",
"driftingly/rector-laravel": "^0.26.2",
"driftingly/rector-laravel": "^0.41.0",
"fakerphp/faker": "^1.23.0",
"laravel/pint": "^1.13",
"laravel/sail": "^1.25.0",
Expand All @@ -26,7 +26,7 @@
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.4.0",
"rector/rector": "^0.18.10",
"rector/rector": "^0.19.0",
"roave/security-advisories": "dev-latest",
"spatie/laravel-ignition": "^2.0"
},
Expand Down
Loading

0 comments on commit 1b04e0a

Please sign in to comment.