Skip to content

Commit

Permalink
Merge pull request #831 from y-yagi/ci-against-ruby33
Browse files Browse the repository at this point in the history
CI against Ruby 3.3
  • Loading branch information
jkowens committed Mar 19, 2024
2 parents 5ea3ef0 + 395ea3e commit e4e06bf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yaml
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 e4e06bf

Please sign in to comment.