Skip to content

Commit

Permalink
CI: bump bash image version
Browse files Browse the repository at this point in the history
We've been testing with Bash 5.2 for some time.
  • Loading branch information
mvdan committed Feb 10, 2024
1 parent 87f27bd commit 502949d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- run: GOARCH=386 go test -count=1 ./...
if: matrix.os == 'ubuntu-latest'
- name: confirm tests with Bash 5.1
- name: confirm tests with Bash 5.2
run: |
go install mvdan.cc/dockexec@latest
CGO_ENABLED=0 go test -run TestRunnerRunConfirm -exec 'dockexec bash:5.1' ./interp
CGO_ENABLED=0 go test -run TestRunnerRunConfirm -exec 'dockexec bash:5.2' ./interp
if: matrix.os == 'ubuntu-latest'

# Static checks from this point forward. Only run on one Go version and on
Expand Down

0 comments on commit 502949d

Please sign in to comment.