summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/upstream-dispatch.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9ea377e9..d01de21e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -105,8 +105,8 @@ jobs:
- name: Switch to upstream dependencies
if: matrix.upstream
run: |
- bundle exec ruby scripts/switch-to-asciidoctor-master.rb
- bundle exec ruby scripts/switch-to-prawn-master.rb
+ 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
diff --git a/.github/workflows/upstream-dispatch.yml b/.github/workflows/upstream-dispatch.yml
index a21e0174..2028727c 100644
--- a/.github/workflows/upstream-dispatch.yml
+++ b/.github/workflows/upstream-dispatch.yml
@@ -27,7 +27,7 @@ jobs:
run: |
bundle --jobs 3 --retry 3
# FIXME: should switch to branch specified in payload
- bundle exec ruby scripts/switch-to-asciidoctor-master.rb
+ bundle exec ruby scripts/switch-to-asciidoctor-head.rb
rm -f Gemfile.lock
bundle --jobs 3 --retry 3
- name: Run tests