From 568db7ce31dc459a4ca721f88a866e5001796433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 20 Apr 2024 14:26:51 +0200 Subject: [PATCH] ci: test migration from 5.4 and 5.5 --- .github/workflows/migrations.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index 6a2622888ea4..8c8142a44c40 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -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