Skip to content

Commit ad9679f

Browse files
committed
tweak ci
1 parent fc4a13f commit ad9679f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/test.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,22 @@ on:
88

99
jobs:
1010
sqlite3:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
1414
matrix:
1515
rails:
1616
- 8-0-stable
17-
- v8.0.0
1817
- v7.2.2
1918
- v7.1.0
2019
ruby:
2120
- 3.2.2
2221
- 3.1.4
22+
exclude:
23+
rails:
24+
- 8-0-stable
25+
ruby:
26+
- 3.1.4
2327
env:
2428
DB: sqlite3
2529
RAILS: ${{ matrix.rails }}
@@ -34,7 +38,7 @@ jobs:
3438
run: bundle exec rspec
3539

3640
mysql:
37-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-latest
3842
strategy:
3943
fail-fast: false
4044
matrix:
@@ -67,7 +71,7 @@ jobs:
6771
run: bundle exec rspec
6872

6973
postgres:
70-
runs-on: ubuntu-22.04
74+
runs-on: ubuntu-latest
7175
strategy:
7276
fail-fast: false
7377
matrix:
@@ -112,7 +116,7 @@ jobs:
112116
run: bundle exec rspec
113117

114118
bug-report-templates:
115-
runs-on: ubuntu-22.04
119+
runs-on: ubuntu-latest
116120
steps:
117121
- uses: actions/checkout@v2
118122
- name: Set up Ruby

0 commit comments

Comments
 (0)