diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-11-27 23:58:40 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-11-28 02:28:37 -0700 |
| commit | e99561496af05933eea46cb7fead5727b835de3c (patch) | |
| tree | f632bb2f2db26a9a1a6b2f8d194628ce22c4fea4 | |
| parent | 9334e94edef246b765ccc5830bbd0491b8fee09d (diff) | |
add comment for why Ruby 3.0 on ubuntu-latest is excluded in CI workflow [skip ci]
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccc0d907..8ff48135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: pygments-version: ['~> 2.0'] rouge-version: [~] exclude: + # remove to mark as primary - os: ubuntu-latest ruby: '3.0' include: |
