Skip to content

Commit

Permalink
Adds Ruby 3.2 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and stas committed Oct 8, 2023
1 parent 40b53a0 commit 7fb4990
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
ruby: [2.4, 2.7, '3.0', 3.1]
ruby: [2.4, 2.7, '3.0', 3.1, 3.2]
rails: [4, 5, 6.0, 6.1, 7.0]
exclude:
- ruby: 2.4
Expand All @@ -40,6 +40,14 @@ jobs:
rails: 5
- ruby: 3.1
rails: 6.0
- ruby: 3.2
rails: 4
- ruby: 3.2
rails: 5
- ruby: 3.2
rails: 6.0
- ruby: 3.2
rails: 6.1

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7fb4990

Please sign in to comment.