Skip to content

Commit

Permalink
chore(ci): Update the Ruby versions for CI
Browse files Browse the repository at this point in the history
2.7 is EOL and 3.1 and 3.2 are new.
  • Loading branch information
mattr- committed Oct 13, 2023
1 parent 596b700 commit b777870
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b777870

Please sign in to comment.