Skip to content

Commit

Permalink
Merge pull request #1453 from activerecord-hackery/misc-bumps
Browse files Browse the repository at this point in the history
Misc CI bumps
  • Loading branch information
deivid-rodriguez committed Oct 20, 2023
2 parents ae26384 + 4f261d0 commit 11aac8c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
sqlite3:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -27,7 +27,7 @@ jobs:
run: bundle exec rspec

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

postgres:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
name: Deploy to GitHub Pages

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test-deploy:
name: Test deploy to GitHub Pages

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
sqlite3:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -18,8 +18,8 @@ jobs:
- v6.1.6
ruby:
- 3.2.2
- 3.1.2
- 3.0.4
- 3.1.4
- 3.0.6
env:
DB: sqlite3
RAILS: ${{ matrix.rails }}
Expand All @@ -34,7 +34,7 @@ jobs:
run: bundle exec rspec

mysql:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -44,8 +44,8 @@ jobs:
- v6.1.6
ruby:
- 3.2.2
- 3.1.2
- 3.0.4
- 3.1.4
- 3.0.6
env:
DB: mysql
RAILS: ${{ matrix.rails }}
Expand All @@ -69,7 +69,7 @@ jobs:
run: bundle exec rspec

postgres:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -79,8 +79,8 @@ jobs:
- v6.1.6
ruby:
- 3.2.2
- 3.1.2
- 3.0.4
- 3.1.4
- 3.0.6
env:
DB: postgres
RAILS: ${{ matrix.rails }}
Expand Down Expand Up @@ -116,13 +116,13 @@ jobs:
run: bundle exec rspec

bug-report-templates:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.2.2
bundler-cache: true
- name: Run bug report templates
run: |
Expand Down

0 comments on commit 11aac8c

Please sign in to comment.