diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c718f78..d3a34e0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ["3.1", "3.2", "3.3", "3.4", "4.0", "jruby-10.0.2.0"] + ruby: ["3.1", "3.2", "3.3", "3.4", "4.0"] steps: - uses: actions/checkout@v4