Skip to content

Commit 0cfc448

Browse files
authored
Merge pull request #2280 from seefood/ira/bats-fix
2 parents 2726eab + 39127f5 commit 0cfc448

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
bats-test:
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-14]
10+
os: [ubuntu-20.04, ubuntu-24.04, macos-14]
1111

1212
runs-on: ${{ matrix.os }}
1313

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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.2.0
4+
branch = tags/v1.9.0
55
[submodule "test_lib/bats-support"]
66
path = test_lib/bats-support
77
url = https://github.com/bats-core/bats-support
88
branch = tags/v0.3.0
99
[submodule "test_lib/bats-assert"]
1010
path = test_lib/bats-assert
1111
url = https://github.com/bats-core/bats-assert
12-
branch = tags/v2.0.0
12+
branch = tags/v2.1.0
1313
[submodule "test_lib/bats-file"]
1414
path = test_lib/bats-file
1515
url = https://github.com/bats-core/bats-file
16-
branch = tags/v0.3.0
16+
branch = tags/v0.4.0

test_lib/bats-core

Submodule bats-core updated 241 files

test_lib/bats-file

Submodule bats-file updated 47 files

0 commit comments

Comments
 (0)