Skip to content

Commit

Permalink
[CI] Updates STACK_VERSIONs
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jul 16, 2024
1 parent 18ad5d9 commit 9e0bba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
es_version: ['8.13.5-SNAPSHOT', '8.14.2-SNAPSHOT', '8.15.0-SNAPSHOT']
ruby: ['3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4']
es_version: ['8.14.2-SNAPSHOT', '8.15.0-SNAPSHOT', '8.16.0-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1.5', '3.2', '3.3', 'jruby-9.3' ]
es_version: ['8.15.0-SNAPSHOT']
ruby: ['3.0', '3.1.5', '3.2', '3.3', 'jruby-9.3']
es_version: ['8.16.0-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9e0bba3

Please sign in to comment.