Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
v6: ${{ steps.set-matrix.outputs.v6 }}
v6lts: ${{ steps.set-matrix.outputs.v6lts }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
include: ${{ fromJSON(needs.define-matrix.outputs.matrix).include }}
tag: ${{ fromJSON(needs.define-matrix.outputs.v6) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Test ${{ matrix.label }} ${{ matrix.tag }} for v6
run: |
REPO_TARGETS=6 DEB_TARGETS=${{ matrix.deb }} RPM_TARGETS=${{ matrix.rpm }} ./test-verify-repo.sh ${{ matrix.tag }}
Expand All @@ -62,7 +62,7 @@ jobs:
include: ${{ fromJSON(needs.define-matrix.outputs.matrix).include }}
tag: ${{ fromJSON(needs.define-matrix.outputs.v6lts) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Test ${{ matrix.label }} ${{ matrix.tag }} for v6/lts
run: |
REPO_TARGETS=lts/6 DEB_TARGETS=${{ matrix.deb }} RPM_TARGETS=${{ matrix.rpm }} ./test-verify-repo.sh ${{ matrix.tag }}
Expand All @@ -79,7 +79,7 @@ jobs:
include: ${{ fromJSON(needs.define-matrix.outputs.matrix).include }}
tag: ${{ fromJSON(needs.define-matrix.outputs.v6lts) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Test ${{ matrix.label }} for v6/exp
run: |
REPO_TARGETS=exp/6 DEB_TARGETS=${{ matrix.deb }} RPM_TARGETS=${{ matrix.rpm }} ./test-verify-repo.sh ${{ matrix.tag }}
Expand All @@ -96,7 +96,7 @@ jobs:
include: ${{ fromJSON(needs.define-matrix.outputs.matrix).include }}
tag: ${{ fromJSON(needs.define-matrix.outputs.v6lts) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Test ${{ matrix.label }} for v6/exp/lts
run: |
REPO_TARGETS=exp/lts/6 DEB_TARGETS=${{ matrix.deb }} RPM_TARGETS=${{ matrix.rpm }} ./test-verify-repo.sh ${{ matrix.tag }}