diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd4ac1ce..f9d5f8a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,9 +74,9 @@ jobs: #- os: ubuntu-latest # ruby: '3.3' # asciidoctor-version: '~> 2.0.0' - #- os: ubuntu-latest - # ruby: '3.3' - # upstream: upstream + - os: ubuntu-latest + ruby: '3.3' + upstream: upstream - os: ubuntu-latest ruby: '3.3' rouge-version: '~> 4.0.0' @@ -149,7 +149,6 @@ jobs: if: matrix.upstream run: | bundle exec ruby scripts/switch-to-asciidoctor-head.rb - bundle exec ruby scripts/switch-to-prawn-head.rb rm -f Gemfile.lock bundle config --local clean true bundle --jobs 3 --retry 3 |
