summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2022-01-24 12:06:58 -0800
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-01-25 15:14:36 +1300
commitee76ddf9e67eb27ce095ae011c8eb366c5664b4a (patch)
tree248009a884ac2f143d13ccaae0c4df564e14c47d /.github/workflows
parent2cc96fcd3bedd41aace4f4816dce665aca0e2ff9 (diff)
downloadrack-ee76ddf9e67eb27ce095ae011c8eb366c5664b4a.tar.gz
Start testing on Ruby 3.1
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/development.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml
index 7f516d00..d9599a6d 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
- ruby: [2.4, 2.5, 2.6, 2.7, '3.0', jruby, truffleruby-head]
+ ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby-head]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2