summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-05-18 18:51:15 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-05-18 18:51:15 +0900
commit6674dd61fde8ff233853846c3bdf368549b146d2 (patch)
treeb64adc6fe03b0e4dd809c1fe56ddf48503823627 /.github
parent9bd79c2cefb349a00958e35801acb724f0dcae15 (diff)
Remove ubuntu-16.04 (already commented out)
https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index c7840f1ba3..34dffa2a91 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -8,17 +8,8 @@ jobs:
os:
- ubuntu-20.04
# - ubuntu-18.04
-# - ubuntu-16.04
debug: ["", "-DRUBY_DEBUG"]
exclude:
- - test_task: test-bundler-parallel
- os: ubuntu-16.04
- - test_task: test-bundled-gems
- os: ubuntu-16.04
- - test_task: "test-all TESTS=--repeat-count=2"
- os: ubuntu-16.04
- - os: ubuntu-16.04
- debug: -DRUBY_DEBUG
- test_task: "test-all TESTS=--repeat-count=2"
debug: -DRUBY_DEBUG
fail-fast: false