chore(ci): Update the Ruby versions for CI

2.7 is EOL and 3.1 and 3.2 are new.
This commit is contained in:
Matt Rogers 2023-10-13 17:15:04 -05:00
parent c58a16106e
commit 9f7803bc07
No known key found for this signature in database
GPG key ID: 7CC9FABE90DBA8E5

View file

@ -6,13 +6,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.7", "3.0"]
ruby: ["3.0", "3.1", "3.2"]
db: [sqlite, mysql, postgres]
exclude:
- ruby: "2.6"
db: sqlite
- ruby: "2.6"
db: postgres
steps:
- uses: actions/checkout@v1