mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
No longer test for Ruby 2.6
This commit is contained in:
parent
0a315c10e3
commit
a34922f59b
1 changed files with 1 additions and 1 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", "3.0"]
|
||||
ruby: ["2.7", "3.0"]
|
||||
db: [sqlite, mysql, postgres]
|
||||
exclude:
|
||||
- ruby: "2.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue