summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2022-10-03 11:42:49 -0400
committerGitHub <noreply@github.com>2022-10-03 11:42:49 -0400
commit27293f53a325c00144df41e38a29e8ec1e2dea7a (patch)
treee0259a5219baf046d362797cc7c4585afe6fe8fd
parentda5d341be769f2a9b234cf986a75ca98de64f9af (diff)
parent3c41051f519d66e1a0d0f0438a4e34cd053e93f0 (diff)
downloadmime-types-27293f53a325c00144df41e38a29e8ec1e2dea7a.tar.gz
Merge pull request #165 from mishina2228/add-ruby31-to-ci-matrix
Add Ruby 3.1 to the CI matrix
-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: