We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86cd13 commit cbc2113Copy full SHA for cbc2113
.github/workflows/main.yml
@@ -14,14 +14,17 @@ jobs:
14
strategy:
15
matrix:
16
ruby:
17
- - '3.1.3'
+ - "3.1"
18
+ - "3.2"
19
+ - "3.3"
20
+ - "3.4"
21
22
steps:
- - uses: actions/checkout@v4
- - name: Set up Ruby
- uses: ruby/setup-ruby@v1
23
- with:
24
- ruby-version: ${{ matrix.ruby }}
25
- bundler-cache: true
26
- - name: Run the default task
27
- run: bundle exec rake
+ - uses: actions/checkout@v4
+ - name: Set up Ruby
+ uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: ${{ matrix.ruby }}
28
+ bundler-cache: true
29
+ - name: Run the default task
30
+ run: bundle exec rake
.gitignore
@@ -6,3 +6,4 @@
6
/pkg/
7
/spec/reports/
8
/tmp/
9
+Gemfile.lock
Gemfile.lock
0 commit comments