Skip to content

Commit

Permalink
Add more ruby versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Sep 2, 2023
1 parent b329eab commit 607e97b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: [2.7, 3.0, 3.1]
ruby: [2.7, 3.0, 3.1, 3.2, "head"]
continue-on-error: ${{ matrix.ruby == 'head' }}

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

0 comments on commit 607e97b

Please sign in to comment.