Skip to content

Commit 02160c8

Browse files
authored
Merge pull request #3 from codeur/stabilize-tests
Fix tests
2 parents c86cd13 + cbc2113 commit 02160c8

File tree

3 files changed

+13
-78
lines changed

3 files changed

+13
-78
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.1.3'
17+
- "3.1"
18+
- "3.2"
19+
- "3.3"
20+
- "3.4"
1821

1922
steps:
20-
- uses: actions/checkout@v4
21-
- name: Set up Ruby
22-
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
23+
- uses: actions/checkout@v4
24+
- name: Set up Ruby
25+
uses: ruby/setup-ruby@v1
26+
with:
27+
ruby-version: ${{ matrix.ruby }}
28+
bundler-cache: true
29+
- name: Run the default task
30+
run: bundle exec rake

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/pkg/
77
/spec/reports/
88
/tmp/
9+
Gemfile.lock

Gemfile.lock

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)