Skip to content

Commit

Permalink
add to Ruby testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Sep 21, 2023
1 parent d488811 commit 1a2fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [2.7.2, 3.0.0]
ruby_version: [2.7.2, 3.0.0, 3.2.0]
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
# Has to be top level to cache properly
env:
Expand Down

0 comments on commit 1a2fb14

Please sign in to comment.