From f463c4a790901473e8047a62f898f3205ad00f49 Mon Sep 17 00:00:00 2001 From: Bart Mesuere Date: Tue, 9 Jan 2024 15:08:57 +0100 Subject: [PATCH] Drop Ruby 2.7 and add 3.3 support in tests --- .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 273acce5..97d950db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ["2.7", "3.0", "3.1", "3.2"] + ruby: ["3.0", "3.1", "3.2", "3.3"] fail-fast: false name: Test Ruby ${{ matrix.ruby }} steps: