Skip to content

Commit

Permalink
test current version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nha committed Mar 31, 2024
1 parent 0dd602f commit 75d5f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Babashka
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.1.172
babashka-version: 1.3.189

- name: Check bb runs
run: bb --version
2 changes: 1 addition & 1 deletion .github/workflows/self_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest]
babashka-version: [0.5.0, 1.1.172]
babashka-version: [0.5.0, 1.1.172, 1.3.189]
steps:
- name: Setup Babashka
id: setup-babashka
Expand Down

0 comments on commit 75d5f7a

Please sign in to comment.