We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1336e3 commit 0828b34Copy full SHA for 0828b34
.github/workflows/main.yml
@@ -11,17 +11,15 @@ jobs:
11
lint:
12
timeout-minutes: 10
13
runs-on: ubuntu-latest
14
- strategy:
15
- matrix:
16
- ruby:
17
- - '3.3.0'
+
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v4
21
22
- name: Set up Ruby
23
uses: ruby/setup-ruby@v1
24
with:
+ ruby-version: 3.3.0
25
bundler-cache: true
26
27
- name: Lint code for consistent style
@@ -32,8 +30,7 @@ jobs:
32
30
name: Ruby ${{ matrix.ruby }}
33
31
strategy:
34
matrix:
35
36
+ ruby: ['3.1', '3.2', '3.3']
37
38
39
- uses: actions/checkout@v4
0 commit comments