From 7d6be9c8a3ff8262eaf4608df0dcca9427ee7c6b Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 27 Dec 2024 17:58:58 +0100 Subject: [PATCH] :construction_worker: [#4920] Upgrade CI job for upgrade simulation We require users to be on OF 2.8 before they can upgrade to 3.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddb189895f..d69e5c5d41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -448,7 +448,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - start: ['2.7.4', '2.7.8'] + start: ['2.8.2'] steps: - uses: actions/checkout@v4