Skip to content

Commit 7b1885d

Browse files
authored
Merge pull request #3 from rubyatscale/mod/remove-ruby-head
remove ruby head from shared config
2 parents ce6ec95 + bcf9382 commit 7b1885d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ jobs:
1010
ruby:
1111
# See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
1212
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
13-
- '3.0'
13+
- "3.0"
1414
- 3.1
1515
- 3.2
1616
- 3.3
17-
- head
1817
env:
1918
BUNDLE_GEMFILE: Gemfile
2019
name: "RSpec tests: Ruby ${{ matrix.ruby }}"
@@ -38,7 +37,7 @@ jobs:
3837
uses: ruby/setup-ruby@v1
3938
with:
4039
bundler-cache: true
41-
ruby-version: head
40+
ruby-version: 3.3
4241
- name: Run static type checks
4342
run: bundle exec srb tc
4443
rubocop:
@@ -50,6 +49,6 @@ jobs:
5049
uses: ruby/setup-ruby@v1
5150
with:
5251
bundler-cache: true
53-
ruby-version: head
52+
ruby-version: 3.3
5453
- name: Run style checks
5554
run: bundle exec rubocop

0 commit comments

Comments
 (0)