mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
chore(ci): Update the Ruby versions for CI
2.7 is EOL and 3.1 and 3.2 are new.
This commit is contained in:
parent
c58a16106e
commit
9f7803bc07
1 changed files with 1 additions and 6 deletions
7
.github/workflows/continuous-integration.yml
vendored
7
.github/workflows/continuous-integration.yml
vendored
|
@ -6,13 +6,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: ["2.7", "3.0"]
|
||||
ruby: ["3.0", "3.1", "3.2"]
|
||||
db: [sqlite, mysql, postgres]
|
||||
exclude:
|
||||
- ruby: "2.6"
|
||||
db: sqlite
|
||||
- ruby: "2.6"
|
||||
db: postgres
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue