Skip to content

Commit 92e340c

Browse files
authored
Merge pull request #31 from jorgemanrubia/ci-tweaks
Tweak GH Actions setup
2 parents ea646f8 + 43995f8 commit 92e340c

File tree

3 files changed

+3
-63
lines changed

3 files changed

+3
-63
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,15 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
strategy:
1717
matrix:
18-
ruby-version: ["2.6", "2.7", "3.0", "3.1.4"]
18+
ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1919

2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: ${{ matrix.ruby-version }}
26-
bundler-cache: false # Doesn't play nice with regenerating platform matching Gemfile.lock, still fairly fast.
27-
28-
- name: Generate platform matching Gemfile.lock
29-
run: rm -f Gemfile.lock && bundle install --jobs 4 --retry 3
26+
bundler-cache: true
3027

3128
- name: Run tests
3229
run: bundle exec rake

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ _yardoc
1818
doc/
1919
.idea/
2020

21-
22-
23-
21+
Gemfile.lock

Gemfile.lock

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

0 commit comments

Comments
 (0)