From 6d5d03f7b98909a23812e1a545d2934bbc0b6bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Sun, 5 Jan 2025 15:46:12 +0100 Subject: [PATCH] Add Ruby 3.4 to CI matrix and drop Ruby 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 a11b2bc..4b2cd7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.0', '3.1', '3.2', '3.3', ruby-head] + ruby-version: ['3.1', '3.2', '3.3', '3.4', ruby-head] steps: - uses: actions/checkout@v4