Skip to content

Commit 772f377

Browse files
committed
Update ruby versions
1 parent a8d7b21 commit 772f377

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
---
12
name: CI
23

3-
on: [push, pull_request]
4+
on:
5+
- push
6+
- pull_request
47

58
jobs:
69
lint:
@@ -17,15 +20,19 @@ jobs:
1720
- name: rubocop
1821
timeout-minutes: 5
1922
run: bundle exec rubocop -c .rubocop.yml
20-
2123
test:
2224
runs-on: ubuntu-latest
2325
continue-on-error: ${{ matrix.experimental }}
2426
strategy:
2527
fail-fast: false
2628
matrix:
27-
ruby: ['2.5', '2.6', '2.7', '3.0']
28-
experimental: [false]
29+
ruby:
30+
- '3.3'
31+
- '3.4'
32+
- '3.5'
33+
- '4.0'
34+
experimental:
35+
- false
2936
steps:
3037
- uses: actions/checkout@v2
3138
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)