mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
remove 2.4
This commit is contained in:
parent
87ce17258b
commit
597adbe0e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: ["2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "jruby"]
|
||||
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "jruby"]
|
||||
experimental: [false]
|
||||
include:
|
||||
- ruby: "truffleruby"
|
||||
|
|
Loading…
Reference in a new issue