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