mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-03-26 10:14:06 +08:00
Add ruby 3.1 to test suite (#1553)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
ruby-version: [2.5, 2.6, 2.7, 3.0]
|
||||
ruby-version: [2.5, 2.6, 2.7, '3.0', 3.1]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user