Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update shellspec for Debian 12, Rocky 9 #10682

Merged
merged 11 commits into from
Aug 6, 2024
6 changes: 3 additions & 3 deletions .github/workflows/shellspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: |
cd tests/shell
shellspec
shellspec-rocky8:
name: "RockyLinux 8"
shellspec-rocky9:
name: "RockyLinux 9"
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:8
image: rockylinux/rockylinux:9
steps:
- uses: actions/checkout@v2
- name: Install shellspec
Expand Down
1 change: 1 addition & 0 deletions tests/shell/spec/spec_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ spec_helper_configure() {
# Available functions: import, before_each, after_each, before_all, after_all
: import 'support/custom_matcher'
}

Loading