Skip to content

Commit 4b0375b

Browse files
committed
ping ruby version
1 parent b25126d commit 4b0375b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/deploy.yml

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

77
jobs:
88
deploy:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
env:
11-
ruby-version: 2.5
11+
ruby-version: 2.7.2
1212

1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: ${{ env.ruby-version }}
19+
bundler: '2.2.33'
1920
bundler-cache: true
2021

2122
- run: bundle exec middleman build

.github/workflows/dev_deploy.yml

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

77
jobs:
88
deploy:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
env:
11-
ruby-version: 2.5
11+
ruby-version: 2.7.2
1212

1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: ${{ env.ruby-version }}
19+
bundler: '2.2.33'
1920
bundler-cache: true
2021

2122
- run: bundle exec middleman build

0 commit comments

Comments
 (0)