Commit 7a65845cb9567c176ac3ecb27b0333523e068848
1 parent
4ec650a8
Exists in
master
and in
2 other branches
Updated order [skip ci]
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -10,11 +10,11 @@ jobs: |
10 | 10 | gemfile: Gemfile |
11 | 11 | elasticsearch: 7.16.1 |
12 | 12 | - ruby: 3.0 |
13 | - gemfile: gemfiles/activerecord61.gemfile | |
14 | - elasticsearch: 7.16.1 | |
15 | - - ruby: 3.0 | |
16 | 13 | gemfile: gemfiles/opensearch.gemfile |
17 | 14 | opensearch: 1.2.1 |
15 | + - ruby: 3.0 | |
16 | + gemfile: gemfiles/activerecord61.gemfile | |
17 | + elasticsearch: 7.16.1 | |
18 | 18 | - ruby: 2.7 |
19 | 19 | gemfile: gemfiles/activerecord60.gemfile |
20 | 20 | elasticsearch: 7.16.1 | ... | ... |