Skip to content

Commit 9747455

Browse files
Remove unsupported Ruby version from CI test matrix
1 parent f9c4580 commit 9747455

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ['3.4', '4.0']
14+
ruby-version: ["4.0"]
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
18+
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby-version }}
2323
bundler-cache: true
24-
24+
2525
- name: Run tests
2626
run: bundle exec rspec
27-
27+
2828
- name: Run Linter
2929
run: bundle exec rubocop

0 commit comments

Comments
 (0)