Add ruby 3.2 to CI
This commit is contained in:
parent
a7f5b7cf5c
commit
9298b2afeb
2 changed files with 4 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ruby:
|
ruby:
|
||||||
|
- "3.2"
|
||||||
- "3.1"
|
- "3.1"
|
||||||
- "3.0"
|
- "3.0"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
@ -25,6 +26,8 @@ jobs:
|
||||||
- "5.2"
|
- "5.2"
|
||||||
- "none"
|
- "none"
|
||||||
exclude:
|
exclude:
|
||||||
|
- ruby: "3.2"
|
||||||
|
rails: "5.2"
|
||||||
- ruby: "3.1"
|
- ruby: "3.1"
|
||||||
rails: "5.2"
|
rails: "5.2"
|
||||||
- ruby: "3.0"
|
- ruby: "3.0"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
3.1
|
3.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue