Skip to content

Commit 11aac8c

Browse files
Merge pull request #1453 from activerecord-hackery/misc-bumps
Misc CI bumps
2 parents ae26384 + 4f261d0 commit 11aac8c

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.github/workflows/cronjob.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
sqlite3:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
strategy:
1111
fail-fast: false
1212
matrix:
@@ -27,7 +27,7 @@ jobs:
2727
run: bundle exec rspec
2828

2929
mysql:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
strategy:
3232
fail-fast: false
3333
matrix:
@@ -57,7 +57,7 @@ jobs:
5757
run: bundle exec rspec
5858

5959
postgres:
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-22.04
6161
strategy:
6262
fail-fast: false
6363
matrix:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
name: Deploy to GitHub Pages
1111

12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010

1111
steps:
1212
- uses: actions/checkout@v2

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test-deploy:
1010
name: Test deploy to GitHub Pages
1111

12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
sqlite3:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
@@ -18,8 +18,8 @@ jobs:
1818
- v6.1.6
1919
ruby:
2020
- 3.2.2
21-
- 3.1.2
22-
- 3.0.4
21+
- 3.1.4
22+
- 3.0.6
2323
env:
2424
DB: sqlite3
2525
RAILS: ${{ matrix.rails }}
@@ -34,7 +34,7 @@ jobs:
3434
run: bundle exec rspec
3535

3636
mysql:
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-22.04
3838
strategy:
3939
fail-fast: false
4040
matrix:
@@ -44,8 +44,8 @@ jobs:
4444
- v6.1.6
4545
ruby:
4646
- 3.2.2
47-
- 3.1.2
48-
- 3.0.4
47+
- 3.1.4
48+
- 3.0.6
4949
env:
5050
DB: mysql
5151
RAILS: ${{ matrix.rails }}
@@ -69,7 +69,7 @@ jobs:
6969
run: bundle exec rspec
7070

7171
postgres:
72-
runs-on: ubuntu-20.04
72+
runs-on: ubuntu-22.04
7373
strategy:
7474
fail-fast: false
7575
matrix:
@@ -79,8 +79,8 @@ jobs:
7979
- v6.1.6
8080
ruby:
8181
- 3.2.2
82-
- 3.1.2
83-
- 3.0.4
82+
- 3.1.4
83+
- 3.0.6
8484
env:
8585
DB: postgres
8686
RAILS: ${{ matrix.rails }}
@@ -116,13 +116,13 @@ jobs:
116116
run: bundle exec rspec
117117

118118
bug-report-templates:
119-
runs-on: ubuntu-20.04
119+
runs-on: ubuntu-22.04
120120
steps:
121121
- uses: actions/checkout@v2
122122
- name: Set up Ruby
123123
uses: ruby/setup-ruby@v1
124124
with:
125-
ruby-version: 3.1.2
125+
ruby-version: 3.2.2
126126
bundler-cache: true
127127
- name: Run bug report templates
128128
run: |

0 commit comments

Comments
 (0)