Use latest Ruby patch versions during CI runs

This commit is contained in:
benjamin wil
2021-12-29 15:17:50 -08:00
parent 8c811d5638
commit f464b6dc11
+2 -2
View File
@@ -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!"