Skip to content

Commit

Permalink
[CI] Updates GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Nov 26, 2024
1 parent 07bf81a commit 7f475fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.14.2-SNAPSHOT', '8.15.0-SNAPSHOT', '8.16.0-SNAPSHOT']
ruby: ['3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4']
es_version: ['8.15.4-SNAPSHOT', '8.16.0-SNAPSHOT', '8.17.0-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7f475fb

Please sign in to comment.