Skip to content

Commit

Permalink
Downgrade dependent crates to run tests with ruby 1.54.0 in github ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
kubo committed Jun 26, 2024
1 parent 5166acd commit fd337d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,17 @@ jobs:
- name: Downgrade dependent crates to use them with oracle crate's MSRV if the rust toolchain isn't stable
if: matrix.rust_toolchain != 'stable'
run: |
cargo build
cargo update -p chrono --precise 0.4.20
cargo update -p cc --precise 1.0.94
cargo update -p js-sys --precise 0.3.61
cargo update -p bumpalo --precise 3.15.4
cargo update -p wasm-bindgen --precise 0.2.84
cargo update -p num-traits --precise 0.2.18
cargo update -p quote --precise 1.0.30
cargo update -p proc-macro2 --precise 1.0.65
cargo update -p syn --precise 1.0.109
cargo update -p once_cell --precise 1.17.2
- name: Create Oracle users and schema
run: |
Expand Down

0 comments on commit fd337d9

Please sign in to comment.