diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-03-06 01:04:03 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-03-06 01:04:03 -0700 |
| commit | a10537d7d9f6bd1a72b5a0bc3e541e72de3751e4 (patch) | |
| tree | c92911cc0498e9de71319fbc22290bbcfe1ed61e | |
| parent | 6c2d4b0ded9591eccb245b6f596a9bb57873203d (diff) | |
remove upstream from the CI matrix until the incompatibility can be addressed
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f749ded..5b8eeed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,9 +72,9 @@ jobs: #- os: ubuntu-latest # ruby: '3.2' # asciidoctor-version: '~> 2.0.0' - - os: ubuntu-latest - ruby: '3.2' - upstream: upstream + #- os: ubuntu-latest + # ruby: '3.2' + # upstream: upstream - os: ubuntu-latest ruby: '3.2' rouge-version: '~> 4.0.0' |
