Commit ce7079cfc8910f837ed6b4bb99b46b6a98520881
1 parent
7b282827
Exists in
master
and in
2 other branches
Test with Ruby 3.1 on CI
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -6,13 +6,13 @@ jobs: |
6 | 6 | fail-fast: false |
7 | 7 | matrix: |
8 | 8 | include: |
9 | - - ruby: 3.0 | |
9 | + - ruby: 3.1 | |
10 | 10 | gemfile: Gemfile |
11 | 11 | elasticsearch: 7.16.2 |
12 | - - ruby: 3.0 | |
12 | + - ruby: 3.1 | |
13 | 13 | gemfile: gemfiles/opensearch.gemfile |
14 | 14 | opensearch: 1.2.3 |
15 | - - ruby: 3.0 | |
15 | + - ruby: "3.0" | |
16 | 16 | gemfile: gemfiles/activerecord61.gemfile |
17 | 17 | elasticsearch: 7.16.2 |
18 | 18 | - ruby: 2.7 | ... | ... |