Skip to content

Commit

Permalink
Restore workflow for multiple rack versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 3, 2024
1 parent c38d93e commit b854390
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ env:

jobs:
test:
name: ${{matrix.ruby}} on ${{matrix.os}}
name: ${{matrix.ruby}} on ${{matrix.os}} ${{matrix.gemfile}}
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.experimental}}

env:
BUNDLER_GEMFILE: ${{matrix.gemfile}}

strategy:
matrix:
os:
Expand All @@ -26,6 +29,12 @@ jobs:
- "3.2"
- "3.3"

gemfile:
- gems/rack-v1.rb
- gems/rack-v2.rb
- gems/rack-v3.rb
- gems/rack-head.rb

experimental: [false]

include:
Expand Down

0 comments on commit b854390

Please sign in to comment.