Skip to content

Commit bcfd6ab

Browse files
Add Ruby 3.4 to Mastodon 4.3 test matrix (mastodon#34028)
1 parent c1f398a commit bcfd6ab

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/actions/setup-ruby/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ runs:
2121
with:
2222
ruby-version: ${{ inputs.ruby-version }}
2323
bundler-cache: true
24+
cache-version: 4.3

.github/workflows/test-ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
- '3.1'
128128
- '3.2'
129129
- '.ruby-version'
130+
- '3.4'
130131
steps:
131132
- uses: actions/checkout@v4
132133

@@ -229,6 +230,7 @@ jobs:
229230
- '3.1'
230231
- '3.2'
231232
- '.ruby-version'
233+
- '3.4'
232234
steps:
233235
- uses: actions/checkout@v4
234236

@@ -308,6 +310,7 @@ jobs:
308310
- '3.1'
309311
- '3.2'
310312
- '.ruby-version'
313+
- '3.4'
311314

312315
steps:
313316
- uses: actions/checkout@v4
@@ -425,6 +428,7 @@ jobs:
425428
- '3.1'
426429
- '3.2'
427430
- '.ruby-version'
431+
- '3.4'
428432
search-image:
429433
- docker.elastic.co/elasticsearch/elasticsearch:7.17.13
430434
include:

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@ GEM
270270
ffi-compiler (1.3.2)
271271
ffi (>= 1.15.5)
272272
rake
273-
flatware (2.3.3)
273+
flatware (2.3.4)
274274
drb
275275
thor (< 2.0)
276-
flatware-rspec (2.3.3)
277-
flatware (= 2.3.3)
276+
flatware-rspec (2.3.4)
277+
flatware (= 2.3.4)
278278
rspec (>= 3.6)
279279
fog-core (2.5.0)
280280
builder
@@ -1065,4 +1065,4 @@ RUBY VERSION
10651065
ruby 3.3.4p94
10661066

10671067
BUNDLED WITH
1068-
2.5.18
1068+
2.6.5

0 commit comments

Comments
 (0)