Skip to content

Commit

Permalink
Test on ruby 3.0.3 and avoid 3.1.0
Browse files Browse the repository at this point in the history
Because Rails is not yet compatible with Ruby 3.1.0
  • Loading branch information
jcoyne committed Dec 26, 2021
1 parent e992806 commit 96eb64a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7, 3.0]
ruby: [2.7, 3.0.3]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [3.0]
ruby: [3.0.3]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7, 3.0]
ruby: [2.7, 3.0.3]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 96eb64a

Please sign in to comment.