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 60f1427 commit f52d1bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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', '3.2', '3.3', 'jruby-9.3']
es_version: ['8.16.0-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -76,7 +76,6 @@ jobs:
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
ruby -v
gem install bundler
BUNDLE_GEMFILE=./Gemfile-faraday1.gemfile bundle install
- name: faraday1 unit tests
run: BUNDLE_GEMFILE=./Gemfile-faraday1.gemfile bundle exec rake test:faraday1:unit
Expand Down

0 comments on commit f52d1bf

Please sign in to comment.