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,13 +6,13 @@ jobs: | ||
6 | fail-fast: false | 6 | fail-fast: false |
7 | matrix: | 7 | matrix: |
8 | include: | 8 | include: |
9 | - - ruby: 3.0 | 9 | + - ruby: 3.1 |
10 | gemfile: Gemfile | 10 | gemfile: Gemfile |
11 | elasticsearch: 7.16.2 | 11 | elasticsearch: 7.16.2 |
12 | - - ruby: 3.0 | 12 | + - ruby: 3.1 |
13 | gemfile: gemfiles/opensearch.gemfile | 13 | gemfile: gemfiles/opensearch.gemfile |
14 | opensearch: 1.2.3 | 14 | opensearch: 1.2.3 |
15 | - - ruby: 3.0 | 15 | + - ruby: "3.0" |
16 | gemfile: gemfiles/activerecord61.gemfile | 16 | gemfile: gemfiles/activerecord61.gemfile |
17 | elasticsearch: 7.16.2 | 17 | elasticsearch: 7.16.2 |
18 | - ruby: 2.7 | 18 | - ruby: 2.7 |