File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 77 bats-test :
88 strategy :
99 matrix :
10- os : [ubuntu-24.04, macos-14]
10+ # os: [ubuntu-24.04, macos-14]
11+ os : [ubuntu-latest, macos-latest]
1112
1213 runs-on : ${{ matrix.os }}
1314
4849 - name : Set up Python
4950 uses : actions/setup-python@v4
5051 with :
51- python-version : 3.8
52+ python-version : 3.11
5253 - name : Install shfmt
5354 run : go install mvdan.cc/sh/v3/cmd/shfmt@latest
5455 - name : Install shellcheck
Original file line number Diff line number Diff line change 11[submodule "test_lib/bats-core "]
22 path = test_lib/bats-core
33 url = https://github.com/bats-core/bats-core
4- branch = tags/v1.11.1
4+ branch = tags/v1.12.0
55[submodule "test_lib/bats-support "]
66 path = test_lib/bats-support
77 url = https://github.com/bats-core/bats-support
1010[submodule "test_lib/bats-assert "]
1111 path = test_lib/bats-assert
1212 url = https://github.com/bats-core/bats-assert
13- branch = tags/v2.1 .0
13+ branch = tags/v2.2 .0
1414[submodule "test_lib/bats-file "]
1515 path = test_lib/bats-file
1616 url = https://github.com/bats-core/bats-file
You can’t perform that action at this time.
0 commit comments