From 71a1c7b2819d0df934c404540d859983c74ed16d Mon Sep 17 00:00:00 2001 From: Antoine Girard Date: Wed, 25 Dec 2024 20:52:19 +0100 Subject: [PATCH] Update ubuntu --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b33d26a..94224688 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,9 +9,9 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.2.6', '3.3.6', '3.4.1'] + ruby: ['3.2.6', '3.3.6'] rails: ['6.1.5', '7.0.3'] - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }} steps: - uses: actions/checkout@v2 @@ -34,7 +34,7 @@ jobs: run: make rspec quality_checks: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: Code quality, test coverage and documentation checks steps: - uses: actions/checkout@v2 @@ -42,7 +42,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.2 + ruby-version: 3.2.6 - name: Install gems run: |