Skip to content

Commit 70e22a8

Browse files
committed
Test against Ruby 3.4 in CI
1 parent 5b14f55 commit 70e22a8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/tests.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: build
22

33
on:
4-
- push
4+
push:
5+
pull_request:
56

67
jobs:
78
stable:
89
strategy:
10+
fail-fast: false
911
matrix:
1012
ruby_version:
13+
- '3.4'
1114
- '3.3'
1215
- '3.2'
1316
- '3.1'
@@ -29,6 +32,18 @@ jobs:
2932
- gemfiles/rails_50.gemfile
3033
- gemfiles/rails_42.gemfile
3134
exclude:
35+
- ruby_version: '3.4'
36+
gemfile: gemfiles/rails_61.gemfile
37+
- ruby_version: '3.4'
38+
gemfile: gemfiles/rails_60.gemfile
39+
- ruby_version: '3.4'
40+
gemfile: gemfiles/rails_52.gemfile
41+
- ruby_version: '3.4'
42+
gemfile: gemfiles/rails_51.gemfile
43+
- ruby_version: '3.4'
44+
gemfile: gemfiles/rails_50.gemfile
45+
- ruby_version: '3.4'
46+
gemfile: gemfiles/rails_42.gemfile
3247
- ruby_version: '3.3'
3348
gemfile: gemfiles/rails_61.gemfile
3449
- ruby_version: '3.3'

0 commit comments

Comments
 (0)