From c93637df94efa736c01b5b5a054f10027488f6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Diego=20Piske?= Date: Sat, 26 Apr 2025 14:35:12 -0300 Subject: [PATCH 1/3] Add ruby 3.4 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b981dfb..36db03b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: fail-fast: true matrix: ruby: + - '3.4' - '3.3' - '3.2' - '3.1' From 4b0232ad36af3569565d6eced2ea35c8460ba20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Diego=20Piske?= Date: Sat, 26 Apr 2025 14:37:35 -0300 Subject: [PATCH 2/3] bump actions, ruby 3.5-preview --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36db03b..556fd41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: fail-fast: true matrix: ruby: + - '3.5-preview1' - '3.4' - '3.3' - '3.2' @@ -29,7 +30,7 @@ jobs: experimental: true runs-on: ${{ matrix.os }}-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} From fa150fd9f174f73c37bf68ab122f75f0b5077fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Diego=20Piske?= Date: Sat, 26 Apr 2025 14:38:27 -0300 Subject: [PATCH 3/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 556fd41..f422f9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: true matrix: ruby: - - '3.5-preview1' + - '3.5.0-preview1' - '3.4' - '3.3' - '3.2'