Skip to content

Commit 760e6e8

Browse files
silverpillsilverpill
andauthored
Test against version 0.18.4.4 (#157)
* Test against version 0.18.4.4 * Update MSRV check, remove older monero versions from test matrix --------- Co-authored-by: silverpill <silverpill@firemail.cc>
1 parent bde54b5 commit 760e6e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: dtolnay/rust-toolchain@master
1515
with:
16-
toolchain: "1.82"
16+
toolchain: "1.83"
1717
- run: cargo check --workspace
1818

1919
check:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
monero: [ 0.18.1.2, 0.18.3.3, 0.18.3.4, 0.18.4.0, 0.18.4.1, 0.18.4.2, 0.18.4.3 ]
16+
monero: [ 0.18.3.4, 0.18.4.0, 0.18.4.1, 0.18.4.2, 0.18.4.3, 0.18.4.4 ]
1717

1818
steps:
1919
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)