Add ruby 3.2 to CI

This commit is contained in:
Benjamin Neff 2023-06-11 18:28:28 +02:00
parent a7f5b7cf5c
commit 9298b2afeb
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 1 deletions

View file

@ -15,6 +15,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.2"
- "3.1"
- "3.0"
- "2.7"
@ -25,6 +26,8 @@ jobs:
- "5.2"
- "none"
exclude:
- ruby: "3.2"
rails: "5.2"
- ruby: "3.1"
rails: "5.2"
- ruby: "3.0"

View file

@ -1 +1 @@
3.1
3.2