Skip to content

Commit

Permalink
chore(ci): add more stack versions to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Jul 5, 2023
1 parent f2bc381 commit 68beb7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@ jobs:
- gemfile: gemfiles/Gemfile.elasticsearch-1.x
stack: elasticsearch:1.7.6
stack_version: "1.7.6"
allow_failure: true
- gemfile: gemfiles/Gemfile.elasticsearch-2.x
stack: elasticsearch:2.4.6
stack_version: "2.4.6"
allow_failure: true
- gemfile: gemfiles/Gemfile.elasticsearch-7.x
stack: elasticsearch:7.13.2
stack_version: "7.13.2"
allow_failure: false
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
STACK_VERSION: ${{ matrix.stack_version }}
ESSE_URL: http://localhost:9200
continue-on-error: ${{ matrix.allow_failure }}
steps:
- uses: actions/checkout@v3
- name: Configure sysctl limits
Expand Down

0 comments on commit 68beb7c

Please sign in to comment.