mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Make 3.1 our default build
This commit is contained in:
parent
86b0a7aa95
commit
80c3b22e04
9 changed files with 13 additions and 8 deletions
5
.github/workflows/continuous-integration.yml
vendored
5
.github/workflows/continuous-integration.yml
vendored
|
|
@ -8,6 +8,11 @@ jobs:
|
|||
matrix:
|
||||
ruby: ["3.0", "3.1", "3.2", "3.3"]
|
||||
db: [sqlite, mysql, postgres]
|
||||
exclude:
|
||||
- ruby: "3.2"
|
||||
db: sqlite
|
||||
- ruby: "3.2"
|
||||
db: postgres
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue