Skip to content

Commit

Permalink
Add Ruby 3.2 to build matrix (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia authored Jan 3, 2023
1 parent 2a34b5d commit 1161bcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
ruby:
- jruby-9.2.16.0
- truffleruby
- "3.2"
- "3.1"
- "3.0"
- "2.7"
Expand Down Expand Up @@ -59,6 +60,14 @@ jobs:
rails: "5.2"
- ruby: "3.1"
rails: "6.0"
- ruby: "3.2"
rails: "5.0"
- ruby: "3.2"
rails: "5.1"
- ruby: "3.2"
rails: "5.2"
- ruby: "3.2"
rails: "6.0"

runs-on: 'ubuntu-latest'

Expand Down

0 comments on commit 1161bcb

Please sign in to comment.