Skip to content

Commit

Permalink
CI against Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Mar 1, 2024
1 parent cfab0ae commit 395ea3e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.2
- 3.3
env:
- AR_VERSION: '7.1'
RUBYOPT: --enable-frozen-string-literal
Expand All @@ -43,6 +43,15 @@ jobs:
- AR_VERSION: 6.1
RUBYOPT: --enable-frozen-string-literal
include:
- ruby: 3.2
env:
AR_VERSION: '7.1'
- ruby: 3.2
env:
AR_VERSION: '7.0'
- ruby: 3.2
env:
AR_VERSION: 6.1
- ruby: 3.1
env:
AR_VERSION: '7.1'
Expand Down

0 comments on commit 395ea3e

Please sign in to comment.