Skip to content

Commit c10cd52

Browse files
committed
Update default Ruby version to 4.0.0
- Update .ruby-version files in both example apps to 4.0.0 - Add Ruby 4.0 to CI matrix and set it for coverage reporting - CI now tests against Ruby 4.0, 3.4, 3.3, and 3.2
1 parent d935216 commit c10cd52

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
ruby:
39+
- '4.0'
3940
- '3.4'
4041
- '3.3'
4142
- '3.2'
4243
include:
43-
- ruby: '3.4'
44+
- ruby: '4.0'
4445
coverage: 'true'
4546
steps:
4647
- uses: actions/checkout@v5
@@ -95,11 +96,12 @@ jobs:
9596
fail-fast: false
9697
matrix:
9798
ruby:
99+
- '4.0'
98100
- '3.4'
99101
- '3.3'
100102
- '3.2'
101103
include:
102-
- ruby: '3.4'
104+
- ruby: '4.0'
103105
coverage: 'true'
104106
steps:
105107
- uses: actions/checkout@v5

v2.5-non-rails/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.5
1+
4.0.0

v2.5-rails/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.5
1+
4.0.0

0 commit comments

Comments
 (0)