From 469f4633f1bfee4bae7a3cbf36f9f659dd8ca742 Mon Sep 17 00:00:00 2001 From: Kane <918780+kanejamison@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:32:39 -0800 Subject: [PATCH] bump ruby 3.5 to 4.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 57417e1..006d608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: tests: runs-on: ubuntu-latest name: Tests - Ruby ${{ matrix.ruby }} - strategy: { matrix: { ruby: [3.2, 3.3, 3.4, 3.5] } } + strategy: { matrix: { ruby: [3.2, 3.3, 3.4, 4.0] } } steps: - uses: actions/checkout@v4