summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2024-08-10 16:24:51 +0900
committernagachika <nagachika@ruby-lang.org>2024-08-10 16:24:51 +0900
commitc307c2b6a13bf11aef0c9ab8dea6e0ff77047c91 (patch)
tree082da474180362db7d4e3ec56f3b77f672e2dabd
parent634db38b22f0e6c3397a3780863e6e0650a68c9b (diff)
merge revision(s) 54d26221b4c4cfc46048f30892c626db69ce9244:
.travis.yml: Allow failures for ppc64le and s390x. Because Travis ppc64le/s390x are unstable. ppc64le: * https://app.travis-ci.com/github/ruby/ruby/builds/269211469 * https://app.travis-ci.com/github/ruby/ruby/builds/269204073 s390x: * https://app.travis-ci.com/github/ruby/ruby/builds/269201221
-rw-r--r--.travis.yml4
-rw-r--r--version.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 741c0a32ef..c2e5191332 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -114,8 +114,8 @@ matrix:
allow_failures:
# Allow failures for the unstable jobs.
# - name: arm64-linux
- # - name: ppc64le-linux
- # - name: s390x-linux
+ - name: ppc64le-linux
+ - name: s390x-linux
# The 2nd arm64 pipeline may be unstable.
# - name: arm32-linux
fast_finish: true
diff --git a/version.h b/version.h
index 6b3a6ef008..debb578362 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 5
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 208
+#define RUBY_PATCHLEVEL 209
#include "ruby/version.h"
#include "ruby/internal/abi.h"