mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Merge pull request #2996 from TracksApp/fix_tests
Fix tests by removing Ruby 2.7 testing, which is already EOL
This commit is contained in:
commit
a9a54f76bf
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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby: ["2.7", "3.0"]
|
ruby: ["3.0"]
|
||||||
db: [sqlite, mysql, postgres]
|
db: [sqlite, mysql, postgres]
|
||||||
exclude:
|
|
||||||
- ruby: "2.6"
|
|
||||||
db: sqlite
|
|
||||||
- ruby: "2.6"
|
|
||||||
db: postgres
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue