Skip to content

Commit

Permalink
tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Feb 6, 2025
1 parent fc4a13f commit ce0c10a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ on:

jobs:
sqlite3:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rails:
- 8-0-stable
- v8.0.0
- v7.2.2
- v7.1.0
ruby:
- 3.2.2
- 3.1.4
exclude:
- rails: 8-0-stable
ruby: 3.1.4
env:
DB: sqlite3
RAILS: ${{ matrix.rails }}
Expand All @@ -34,7 +36,7 @@ jobs:
run: bundle exec rspec

mysql:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:
run: bundle exec rspec

postgres:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -112,7 +114,7 @@ jobs:
run: bundle exec rspec

bug-report-templates:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit ce0c10a

Please sign in to comment.