summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-12-27 09:07:27 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-12-27 09:08:08 +1300
commit2a82c88f1a468d8f68d9d7640886f5153142c272 (patch)
treedf46ed41c686c0376b93d5a1fc2de5f15dfed278
parent7bb58c83a7ee1ef40233f57d07275a130fbcc20e (diff)
downloadrack-2a82c88f1a468d8f68d9d7640886f5153142c272.tar.gz
Update tests to work on latest Rubies. (#1999)
* Don't update to latest rubygems. * Test on Ruby v3.2.
-rw-r--r--.github/workflows/development.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml
index 081acffd..0757016b 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
- ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1]
+ ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
@@ -29,7 +29,6 @@ jobs:
- name: Bundle install...
run: |
- gem update --system
bundle config path vendor/bundle
bundle install