Skip to content

Commit 5c3d500

Browse files
Add Ruby 3.4 matrix to Github Actions
1 parent 67453b3 commit 5c3d500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- '3.1'
1818
- '3.2'
1919
- '3.3'
20+
- '3.4'
2021

2122
name: Ruby ${{ matrix.ruby }}
2223

@@ -27,8 +28,7 @@ jobs:
2728
- name: Install Ruby
2829
uses: ruby/setup-ruby@v1
2930
with:
30-
bundler-cache: true
31-
bundler-with: development
31+
bundler-cache: false
3232
ruby-version: ${{ matrix.ruby }}
3333

3434
- name: Debug Environment

0 commit comments

Comments
 (0)