Skip to content

Commit 3eae677

Browse files
committed
Update CI to test Rust 1.82 (ICU4X 2.0 MSRV) and to downgrade idna_adapter on Rust 1.67
1 parent 65398c2 commit 3eae677

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
rust: [1.63.0, 1.67.0, stable, beta, nightly]
18+
rust: [1.63.0, 1.67.0, 1.82.0, stable, beta, nightly]
1919
exclude:
2020
- os: macos-latest
2121
rust: 1.67.0
22+
- os: macos-latest
23+
rust: 1.82.0
2224
- os: windows-latest
2325
rust: 1.67.0
26+
- os: windows-latest
27+
rust: 1.82.0
2428
- os: macos-latest
2529
rust: beta
2630
- os: windows-latest
@@ -45,6 +49,7 @@ jobs:
4549
if: |
4650
matrix.rust == '1.67.0'
4751
run: |
52+
cargo update -p idna_adapter --precise 1.2.0
4853
cargo update -p zerofrom --precise 0.1.4
4954
cargo update -p yoke --precise 0.7.4
5055
cargo update -p litemap --precise 0.7.3

0 commit comments

Comments
 (0)