Skip to content

Bump ruby/setup-ruby from 1.293.0 to 1.295.0 (#254) #514

Bump ruby/setup-ruby from 1.293.0 to 1.295.0 (#254)

Bump ruby/setup-ruby from 1.293.0 to 1.295.0 (#254) #514

Workflow file for this run

---
name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ "3.0", "3.1", "3.2", "3.3" ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Install and start toxiproxy
run: ./bin/start-toxiproxy.sh
- name: Run tests
run: bundle exec rake test