[前][次][番号順一覧][スレッド一覧]

ruby-changes:71170

From: nagachika <ko1@a...>
Date: Sun, 13 Feb 2022 14:27:41 +0900 (JST)
Subject: [ruby-changes:71170] 0f755a143e (ruby_3_0): merge revision(s) bab862334313c08ec4f218cb1de1774c9909e3be:

https://git.ruby-lang.org/ruby.git/commit/?id=0f755a143e

From 0f755a143ea640a3971a125c8f777ec399082db7 Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Sun, 13 Feb 2022 14:21:08 +0900
Subject: merge revision(s) bab862334313c08ec4f218cb1de1774c9909e3be:

	The `include`d set should be expanded values [ci skip]

	While the `matrix` level values are expanded from the production
	of each arrays, `include`d set should be consist from expanded
	single values.
	---
	 .github/workflows/mingw.yml | 6 +++---
	 1 file changed, 3 insertions(+), 3 deletions(-)
---
 .github/workflows/mingw.yml | 2 +-
 version.h                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 830141cc03..70cc7b63ed 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -127,7 +127,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L127
           payload: |
             {
               "ci": "GitHub Actions",
-              "env": "${{ github.workflow }} ${{ matrix.msystem }} / ${{ join(matrix.test_task) }}",
+              "env": "${{ github.workflow }} ${{ matrix.msystem }} / ${{ matrix.test_task }}",
               "url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
               "commit": "${{ github.sha }}",
               "branch": "${{ github.ref }}".split('/').reverse()[0]
diff --git a/version.h b/version.h
index b7205ee891..54939f941e 100644
--- a/version.h
+++ b/version.h
@@ -12,7 +12,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L12
 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
 #define RUBY_VERSION_TEENY 4
 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 169
+#define RUBY_PATCHLEVEL 170
 
 #define RUBY_RELEASE_YEAR 2022
 #define RUBY_RELEASE_MONTH 2
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]