summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:03:37 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:03:37 +0200
commitcfe912cbc32772fb9549c1f17fce202f3eb2ad99 (patch)
tree98fba48aea175dc8b6cff1d619a26c314efb6dbe /.github
parent72e75e04914a7663b74a90ece004f135f5012137 (diff)
downloadiced-cfe912cbc32772fb9549c1f17fce202f3eb2ad99.tar.gz
iced-cfe912cbc32772fb9549c1f17fce202f3eb2ad99.tar.bz2
iced-cfe912cbc32772fb9549c1f17fce202f3eb2ad99.zip
Add MSRV to test matrix in GitHub CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 47c61f5e..d75c59ea 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
- rust: [stable, beta]
+ rust: [stable, beta, 1.75]
steps:
- uses: hecrj/setup-rust-action@v2
with: