Skip to content

Commit

Permalink
[ci] re-enable migration tests on php >= 8
Browse files Browse the repository at this point in the history
This reverts commit 2ef6c6a.
  • Loading branch information
kbond committed Oct 21, 2021
1 parent 2ef6c6a commit c6df43d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,12 @@ jobs:

- name: 'Test: MySQL, DoctrineMigrationsBundle'
run: vendor/bin/simple-phpunit -v
if: matrix.php < 8.0
env:
FOUNDRY_RESET_MODE: migrate
DATABASE_URL: mysql://root:1234@127.0.0.1:3306/zenstruck_foundry?serverVersion=5.7

- name: 'Test: MySQL, DoctrineMigrationsBundle, DAMABundle'
run: vendor/bin/simple-phpunit -v --configuration phpunit-dama-doctrine.xml.dist
if: matrix.php < 8.0
env:
FOUNDRY_RESET_MODE: migrate
DATABASE_URL: mysql://root:1234@127.0.0.1:3306/zenstruck_foundry?serverVersion=5.7
Expand Down

0 comments on commit c6df43d

Please sign in to comment.