Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
github.ref == 'refs/heads/master' &&
!contains(github.event.head_commit.message, 'ci skip')
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: sudo apt-get update
- name: Install packages
run: sudo apt-get install -y bash kcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dragonflybsd-6.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- {shell: sh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/dragonflybsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freebsd-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- {shell: sh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/freebsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freebsd-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- {shell: sh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/freebsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freebsd-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- {shell: sh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/freebsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- {shell: zsh, package: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: brew upgrade
- run: brew install ${{ matrix.shells.package }}
- run: ${{ matrix.shells.shell }} ./shellspec --shell "${{ matrix.shells.shell }}" --task fixture:stat:prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-monterey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- {shell: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: ${{ matrix.shells.shell }} ./shellspec --shell "${{ matrix.shells.shell }}" --task fixture:stat:prepare
- run: SH="${{ matrix.shells.shell }}" contrib/various_test.sh
2 changes: 1 addition & 1 deletion .github/workflows/macos-sonoma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- {shell: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: ${{ matrix.shells.shell }} ./shellspec --shell "${{ matrix.shells.shell }}" --task fixture:stat:prepare
- run: SH="${{ matrix.shells.shell }}" contrib/various_test.sh
2 changes: 1 addition & 1 deletion .github/workflows/macos-ventura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- {shell: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: ${{ matrix.shells.shell }} ./shellspec --shell "${{ matrix.shells.shell }}" --task fixture:stat:prepare
- run: SH="${{ matrix.shells.shell }}" contrib/various_test.sh
2 changes: 1 addition & 1 deletion .github/workflows/netbsd-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- {shell: ksh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/netbsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netbsd-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- {shell: ksh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/netbsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd7.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- {shell: ksh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/openbsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd7.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- {shell: ksh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/openbsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd7.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- {shell: ksh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/openbsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Make dist archive
run: make dist
- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solaris-11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- {shell: /usr/xpg4/bin/sh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: vmactions/solaris-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install packages
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- {shell: zsh, package: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: sudo apt-get update
- run: sudo apt-get install -y ${{ matrix.shells.package }}
- run: sudo ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-jammy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- {shell: zsh, package: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: sudo apt-get update
- run: sudo apt-get install -y ${{ matrix.shells.package }}
- run: sudo ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- {shell: zsh, package: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: sudo apt-get update
- run: sudo apt-get install -y ${{ matrix.shells.package }}
- run: sudo ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-busybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- {shell: bash}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: choco install -y --no-progress busybox --version=5301.0
- run: busybox ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare
- run: busybox ${{ matrix.shells.shell }} ./shellspec
2 changes: 1 addition & 1 deletion .github/workflows/windows-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- {shell: zsh, package: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: choco install -y --no-progress cygwin cyg-get
- run: cyg-get nc ${{ matrix.shells.package }}
- run: cygcheck -c
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-gitbash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- {shell: bash}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare
- run: ${{ matrix.shells.shell }} ./shellspec
2 changes: 1 addition & 1 deletion .github/workflows/windows-msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- {shell: zsh, package: zsh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down
Loading