Skip to content

Commit 9dccad7

Browse files
committed
specify/bump ruby versions matrix: 3.4.0, 3.4.1, 3.4.2
1 parent 45526cb commit 9dccad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
ruby-version: ["3.0", "3.1", "3.2", "3.3"]
40+
ruby-version: ["3.4.0", "3.4.1", "3.4.2"]
4141

4242
steps:
4343
- name: Checkout code
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Ruby
7272
uses: ruby/setup-ruby@v1
7373
with:
74-
ruby-version: "3.2"
74+
ruby-version: "3.4.2"
7575
bundler-cache: true
7676

7777
- name: Run tests with coverage

0 commit comments

Comments
 (0)