mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-09 10:47:47 +00:00
fix: simplify CI to use only stable Rust version to avoid Edition 2024 compatibility issues with dependencies
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [stable, 1.82, 1.83]
|
||||
rust: [stable]
|
||||
target: [x86_64-unknown-linux-gnu]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user