From 7c65395ddcbbf6c838731b614ffbca1d77ccff56 Mon Sep 17 00:00:00 2001 From: Dean Welch Date: Mon, 24 Jun 2024 16:21:17 +0100 Subject: [PATCH] Bump github actions image and use newer ruby versions --- .github/workflows/verify.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9d32f70..e73b892 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -46,16 +46,12 @@ jobs: fail-fast: true matrix: ruby: - - '2.7' - - '3.0' - '3.1' - '3.2' + - '3.3' os: - - ubuntu-18.04 - ubuntu-22.04 - exclude: - - { os: ubuntu-22.04, ruby: '2.7' } - - { os: ubuntu-22.04, ruby: '3.0' } + - ubuntu-24.04 env: RAILS_ENV: test