mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Move default build to Ruby 3.3, test only MySQL for Rubies 3.1 & 3.2 (middle versions)
This commit is contained in:
parent
6274e9e1d3
commit
d5235e8c61
8 changed files with 8 additions and 102 deletions
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
|
@ -9,6 +9,10 @@ jobs:
|
|||
ruby: ["3.0", "3.1", "3.2", "3.3"]
|
||||
db: [sqlite, mysql, postgres]
|
||||
exclude:
|
||||
- ruby: "3.1"
|
||||
db: sqlite
|
||||
- ruby: "3.1"
|
||||
db: postgres
|
||||
- ruby: "3.2"
|
||||
db: sqlite
|
||||
- ruby: "3.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue