Skip to content

Commit

Permalink
[CI] Adds Ruby 3.2 to test matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Dec 29, 2022
1 parent 3ea29c6 commit 6c78a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
STACK_VERSION:
- 8.6.0-SNAPSHOT
- 8.6-SNAPSHOT

RUBY_TEST_VERSION:
- 3.2
- 3.1
- 3.0
- 2.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', 'jruby-9.3' ]
ruby: [ '2.7', '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6c78a5c

Please sign in to comment.