Skip to content

Commit

Permalink
Loosen bun versions on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 26, 2023
1 parent 2ddc85d commit e66d614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
bun-version: [0.6, 0.7, 0.8, 1.0]
bun-version: [0.6.x, 0.7.x, 0.8.x, 1.x]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e66d614

Please sign in to comment.