Skip to content

Commit bdefb80

Browse files
committed
get rid of old ubuntu 20.04 tests, hopefully we can move it all to 22.04 or 24.04
1 parent 2665ca8 commit bdefb80

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
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

@@ -48,7 +49,7 @@ jobs:
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

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -10,7 +10,7 @@
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

0 commit comments

Comments
 (0)