Skip to content

Commit

Permalink
Test Ruby 3.0
Browse files Browse the repository at this point in the history
And drop testing Ruby 2.5
  • Loading branch information
tvdeyen committed Apr 24, 2022
1 parent 921391c commit 52d67c5
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,18 @@ jobs:
- 6.0-stable
- main
ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
database:
- mysql
- postgresql
exclude:
- alchemy_branch: 6.0-stable
ruby: "2.5"
- alchemy_branch: 5.3-stable
ruby: "3.0"
database: mysql
- alchemy_branch: 6.0-stable
ruby: "2.5"
database: postgresql
- alchemy_branch: main
ruby: "2.5"
database: mysql
- alchemy_branch: main
ruby: "2.5"
- alchemy_branch: 5.3-stable
ruby: "3.0"
database: postgresql
env:
DB: ${{ matrix.database }}
Expand Down

0 comments on commit 52d67c5

Please sign in to comment.