Skip to content

Commit 0828b34

Browse files
committed
change tests
1 parent a1336e3 commit 0828b34

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@ jobs:
1111
lint:
1212
timeout-minutes: 10
1313
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
ruby:
17-
- '3.3.0'
14+
1815
steps:
1916
- name: Checkout code
2017
uses: actions/checkout@v4
2118

2219
- name: Set up Ruby
2320
uses: ruby/setup-ruby@v1
2421
with:
22+
ruby-version: 3.3.0
2523
bundler-cache: true
2624

2725
- name: Lint code for consistent style
@@ -32,8 +30,7 @@ jobs:
3230
name: Ruby ${{ matrix.ruby }}
3331
strategy:
3432
matrix:
35-
ruby:
36-
- '3.3.0'
33+
ruby: ['3.1', '3.2', '3.3']
3734

3835
steps:
3936
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)