summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-05-08 18:03:14 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-05-09 22:24:57 +0900
commit889b0fe46f5192d373d4db27d761f3f526684756 (patch)
tree951852026833596b67891a3997e600a4ced03363 /.github
parent883214f8e94cdc4ffe6d572f5a67b16c9d62676f (diff)
.github/workflows/compilers.yml: GCC 10.1 released
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3094
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 24de5d6aee..ab79032a39 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -45,6 +45,7 @@ jobs:
fail-fast: false
matrix:
entry:
+ - { key: default_cc, name: gcc-10, value: gcc-10 }
- { key: default_cc, name: gcc-9, value: gcc-9 }
- { key: default_cc, name: gcc-8, value: gcc-8 }
- { key: default_cc, name: gcc-7, value: gcc-7 }