diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 87b50a20..1534c3f0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [jruby-9.2.18.0] + ruby: [jruby-9.2.18] steps: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub!" @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [2.4.0, 2.6.0, 3.0.0] + ruby: [2.4, 2.6, 3.0] steps: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub!"