Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LaraCraftHub/DDD-Template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2cc36c8248a5356c4865885a33cd5c82329b907d
Choose a base ref
..
head repository: LaraCraftHub/DDD-Template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86cc02b33f09091cd42a0eadada9f3397a1de047
Choose a head ref
Showing with 1,245 additions and 1,276 deletions.
  1. +3 −3 .github/workflows/ci-workflow.yml
  2. +1,242 −1,273 composer.lock
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ jobs:

services:
mysql:
image: mysql:8.3
image: mysql:8.4
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel_ddd_testing
@@ -126,7 +126,7 @@ jobs:

services:
mysql:
image: mysql:8.3
image: mysql:8.4
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel_ddd_testing
@@ -157,7 +157,7 @@ jobs:

services:
mysql:
image: mysql:8.3
image: mysql:8.4
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel_ddd_testing
Loading