mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
No longer test for Ruby 3.0 or 3.1
This commit is contained in:
parent
e77b83683a
commit
3fc943ce2a
1 changed files with 1 additions and 11 deletions
12
.github/workflows/continuous-integration.yml
vendored
12
.github/workflows/continuous-integration.yml
vendored
|
|
@ -6,18 +6,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby: ["3.0", "3.1", "3.2", "3.3"]
|
ruby: ["3.2", "3.3"]
|
||||||
db: [sqlite, mysql, postgres]
|
db: [sqlite, mysql, postgres]
|
||||||
exclude:
|
|
||||||
- ruby: "3.1"
|
|
||||||
db: sqlite
|
|
||||||
- ruby: "3.1"
|
|
||||||
db: postgres
|
|
||||||
- ruby: "3.2"
|
|
||||||
db: sqlite
|
|
||||||
- ruby: "3.2"
|
|
||||||
db: postgres
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- run: bash -x script/cibuild ${{ matrix.ruby }} ${{ matrix.db }}
|
- run: bash -x script/cibuild ${{ matrix.ruby }} ${{ matrix.db }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue