Skip to content

Commit

Permalink
Merge branch 'interagent:master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgel authored Jan 14, 2024
2 parents 726b391 + 036aa75 commit c9ceb38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
name: ci
on: [push]
on:
push:
branches:
- master
pull_request:

jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- ruby-head
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Committee is tested on the following MRI versions:
- 3.0
- 3.1
- 3.2
- 3.3

## Committee::Middleware::RequestValidation

Expand Down

0 comments on commit c9ceb38

Please sign in to comment.