Skip to content

[HELDENPMI-132] Add HTTP error taxonomy (status + network) with overridable mapping #28

[HELDENPMI-132] Add HTTP error taxonomy (status + network) with overridable mapping

[HELDENPMI-132] Add HTTP error taxonomy (status + network) with overridable mapping #28

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ["3.3", "3.4", "4.0"]
services:
redis:
image: redis:7
ports:
- 6379:6379
options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rspec