mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Add Ruby 3.2 to the CI matrix. (#169)
This commit is contained in:
parent
428c06f342
commit
d8bee941c8
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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "jruby"]
|
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "jruby"]
|
||||||
experimental: [false]
|
experimental: [false]
|
||||||
include:
|
include:
|
||||||
- ruby: "truffleruby"
|
- ruby: "truffleruby"
|
||||||
|
|
Loading…
Reference in a new issue