summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2022-01-04 06:20:10 +0900
committerSutou Kouhei <kou@clear-code.com>2022-01-04 06:20:10 +0900
commitcc5e794f5b4b0f1120485cb6d60e3efa4db922e9 (patch)
tree13a2a3b423285b5f663de5838dae362256190dc9
parent574a8694cd0c6e53aea72474792b85f9c4945f64 (diff)
downloadrake-compiler-cc5e794f5b4b0f1120485cb6d60e3efa4db922e9.tar.gz
ci: add Ruby 3.1v1.1.7
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 87d4a31..6b3f4fb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,6 +19,7 @@ jobs:
- "2.6"
- "2.7"
- "3.0"
+ - "3.1"
- head
steps:
- uses: actions/checkout@v2