Skip to content

Commit

Permalink
ci: remove ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr- committed Feb 7, 2024
1 parent 101c97d commit 68a6aa1
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"]
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 68a6aa1

Please sign in to comment.