Skip to content

Commit c58ceb2

Browse files
committed
Use Bats v1.10.0
1 parent 171b197 commit c58ceb2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
fail-fast: false
77
matrix:
88
os:
9-
- ubuntu-24.04
10-
- ubuntu-22.04
11-
- macos-15-intel
9+
# - ubuntu-24.04
10+
# - ubuntu-22.04
11+
# - macos-15-intel
1212
- macos-15
13-
- macos-14
13+
# - macos-14
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v2
17-
- run: git clone https://github.com/bats-core/bats-core.git --depth=1 -b v1.2.0 bats
17+
- run: git clone https://github.com/bats-core/bats-core.git --depth=1 -b v1.10.0 bats
1818
- run: bats/bin/bats --tap test

0 commit comments

Comments
 (0)