mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Enable testing for Ruby 3.0
This commit is contained in:
parent
ff178d1490
commit
916ec5121d
6 changed files with 56 additions and 3 deletions
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: ["2.6", "2.7"]
|
||||
ruby: ["2.6", "2.7", "3.0"]
|
||||
db: [sqlite, mysql, postgres]
|
||||
exclude:
|
||||
- ruby: "2.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue