Skip to content

Commit

Permalink
CI: remove redundant Puma job (#1898)
Browse files Browse the repository at this point in the history
`~> 6.0` will install latest Puma release, that's what `stable` do too

Better we add this job once Puma 7 exist.

[ci skip]
  • Loading branch information
dentarg committed Mar 5, 2023
1 parent 0c926e6 commit 89dd6f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
include:
# Puma
- { ruby: 3.1, rack: '~> 2', puma: '~> 5', tilt: stable }
- { ruby: 3.2, rack: '~> 2', puma: '~> 6.0', tilt: stable }
- { ruby: 3.2, rack: '~> 2', puma: head, tilt: stable, allow-failure: true }
# Tilt
- { ruby: 3.2, rack: '~> 2', puma: stable, tilt: head, allow-failure: true }
Expand Down

0 comments on commit 89dd6f2

Please sign in to comment.