mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
ci: remove ruby 2.7
This commit is contained in:
parent
101c97ddff
commit
68a6aa1c22
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"]
|
||||
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