CI: remove redundant Puma job (#1898)

`~> 6.0` will install latest Puma release, that's what `stable` do too

Better we add this job once Puma 7 exist.

[ci skip]
This commit is contained in:
Patrik Ragnarsson 2023-03-05 16:33:21 +01:00 committed by GitHub
parent 0c926e62cb
commit 89dd6f28f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 }