From c86bbf44d61c945719edaa321fc2ba72fe770ecf Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Sun, 2 Jun 2024 17:46:23 -0400 Subject: [PATCH] More version checking --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c015f4..cb19a4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: acceptance: needs: setup_matrix - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: BUNDLE_WITHOUT: development:test:release strategy: @@ -74,7 +74,7 @@ jobs: - name: Setup ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.3' bundler-cache: true - name: Start gitlab run: ./scripts/start-gitlab.sh