summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2023-01-17 16:10:53 -0500
committerGitHub <noreply@github.com>2023-01-17 16:10:53 -0500
commit0bf7805068a6b8e53abbe5ac7c09aedda63ee54f (patch)
tree53453be27adde910ac4111c340c2f95961dfc6fb
parent3ba14a9a96d5156dc5f670239b7cf42171b86528 (diff)
parent69103440cb335581023bdcba7b26cefadbd3cb25 (diff)
downloadmime-types-0bf7805068a6b8e53abbe5ac7c09aedda63ee54f.tar.gz
Merge pull request #169 from petergoldstein/feature/add_ruby_3_2_to_ci
Adds Ruby 3.2 to CI
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e6237e0..fc32a6f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,6 +16,7 @@ on:
jobs:
test:
strategy:
+ fail-fast: false
matrix:
os:
- ubuntu
@@ -28,6 +29,7 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
+ - '3.2'
- head
- debug
- mingw