Skip to content

Commit b25126d

Browse files
committed
pin ruby version
1 parent 95bd753 commit b25126d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212

1313
strategy:
1414
matrix:
15-
ruby-version: [2.5, 2.6, 2.7, 3.0]
15+
ruby-version: [2.7.2]
1616

1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby-version }}
23+
bundler: '2.2.33'
2324
bundler-cache: true
2425

2526
- run: bundle exec middleman build

0 commit comments

Comments
 (0)