summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-12-26 03:40:48 -0800
committerGitHub <noreply@github.com>2022-12-27 00:40:48 +1300
commitfe1c359905199863c85b441334dfbc101c1c48cf (patch)
treea1140e5c2d1f8b152d8672efd508a04deef3c3d5 /.github
parenta7d56490fd2fb41de8c94ead2f63fbad71c5c489 (diff)
downloadrack-fe1c359905199863c85b441334dfbc101c1c48cf.tar.gz
Update tests to work on latest Rubies. (#1999)
* Don't update to latest rubygems. * Test on Ruby v3.2.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index a8b7541a..697b3cd2 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -19,6 +19,7 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
+ - '3.2'
- jruby
- truffleruby-head
include:
@@ -33,6 +34,5 @@ jobs:
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- rubygems: latest
- run: bundle exec rake