summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-21 22:52:05 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-21 22:52:05 +0900
commit0cbfccd6307e4306da7216d955cb5a78fc6062f9 (patch)
tree46a6aa8e20fba02d78f805d89ba111794a25c4e9
parent74d7093283b729557232b6dc30b848b1ae958ba5 (diff)
merge revision(s) 7e24ebc649b9b12e5fc704d7fc7563aeaf589e03:
Disable msystem: MINGW64 job on GitHub Actions (#6545) --- .github/workflows/mingw.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
-rw-r--r--.github/workflows/mingw.yml4
-rw-r--r--version.h2
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 2c27e5de76..3e6b77c58f 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -35,9 +35,7 @@ jobs:
strategy:
matrix:
include:
- - msystem: "MINGW64"
- base_ruby: 2.6
- test_task: [ "check" ] # to make job names consistent
+ # To mitigate flakiness of MinGW CI, we test only one runtime that newer MSYS2 uses.
- msystem: "UCRT64"
base_ruby: head
test_task: [ "check" ] # to make job names consistent
diff --git a/version.h b/version.h
index e3872a3aa7..b0f40d4104 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 163
+#define RUBY_PATCHLEVEL 164
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 10