summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormishina <temma182008@gmail.com>2022-04-23 22:35:03 +0900
committermishina <temma182008@gmail.com>2022-04-23 22:35:03 +0900
commit3c41051f519d66e1a0d0f0438a4e34cd053e93f0 (patch)
tree28709dfabfdcbac72b19e5e0a228120edf8c5fd6
parent5b931d70d74f3d1ba25babac03237ae450ca5c5b (diff)
downloadmime-types-3c41051f519d66e1a0d0f0438a4e34cd053e93f0.tar.gz
Add Ruby 3.1 to the CI matrix
and bump actions/checkout from v2 to v3
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6cdf399..e6237e0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
- '2.6'
- '2.7'
- '3.0'
+ - '3.1'
- head
- debug
- mingw
@@ -61,7 +62,7 @@ jobs:
(startsWith(matrix.ruby, 'jruby') && matrix.os == 'windows')
}}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: