Skip to content

Commit af5d9f2

Browse files
committed
Stick with known good versions in CI for now
1 parent 3ea9dac commit af5d9f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.8.0-rc1'
21+
- '1.8.0-beta3'
2222
os:
2323
- ubuntu-latest
2424
- macOS-latest

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.7'
22-
- '1.8.0-rc1'
22+
- '1.8.0-beta3'
2323
os:
2424
- ubuntu-latest
2525
- macOS-latest

0 commit comments

Comments
 (0)