Skip to content

Commit

Permalink
ci: test migration from 5.4 and 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 20, 2024
1 parent 63b9f9a commit 568db7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: ./ci/run-migrate 5.2.1
- name: Migrate from 5.3
run: ./ci/run-migrate 5.3.1
- name: Migrate from 5.4
run: ./ci/run-migrate 5.4.3
- name: Migrate from 5.5
run: ./ci/run-migrate 5.5
- name: Coverage
run: |
coverage combine
Expand Down

0 comments on commit 568db7c

Please sign in to comment.