Skip to content

Commit

Permalink
fixup! fix: Database Migration does set current version in DB Friends…
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Apr 13, 2024
1 parent d23e0c4 commit e9068b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
- "8.2"
- "8.3"

services:
mysql:
image: mysql:5.5.62
env:
MYSQL_DATABASE: test
MYSQL_ROOT_PASSWORD: testrootpass
ports:
- 3306:3306

steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -62,4 +71,6 @@ jobs:
run: composer install --prefer-dist

- name: Run Tests
env:
MYSQL_DSN: 'mysql:host=127.0.0.1;dbname=test;user=root;pass=testrootpass'
run: cd tests && php run.php

0 comments on commit e9068b2

Please sign in to comment.