Skip to content

Commit

Permalink
[CI] Updates STACK_VERSION in test matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jun 25, 2024
1 parent f493396 commit 6afd39c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.3', 'jruby-9.4']
es_version: ['8.12-SNAPSHOT']
es_version: ['8.15.0-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
es_version: ['8.10-SNAPSHOT', '8.11-SNAPSHOT', '8.12-SNAPSHOT']
es_version: ['8.13.5-SNAPSHOT', '8.14.2-SNAPSHOT', '8.15.0-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3' ]
es_version: ['8.12-SNAPSHOT']
es_version: ['8.15.0-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6afd39c

Please sign in to comment.