]> Repositorios git - scryer-prolog.git/commitdiff
remove 1.70 version CI job unsafe_improvements origin/unsafe_improvements
authorMark Thom <[email protected]>
Mon, 29 Apr 2024 21:40:05 +0000 (15:40 -0600)
committerMark Thom <[email protected]>
Mon, 29 Apr 2024 21:40:05 +0000 (15:40 -0600)
.github/workflows/ci.yml

index 6e1d8177a8f339275c67c076032762e237a07a1f..9bbf50b6f074716eb04f500067b9168329bf0d3d 100644 (file)
@@ -47,7 +47,6 @@ jobs:
           # FIXME(issue #2138): run wasm tests, failing to run since https://github.com/mthom/scryer-prolog/pull/2137 removed wasm-pack
           - { os: ubuntu-22.04,   rust-version: nightly, target: 'wasm32-unknown-unknown',   publish: true, args: '--no-default-features' , test-args: '--no-run --no-default-features' }
           # rust versions
-          - { os: ubuntu-22.04,   rust-version: "1.70",  target: 'x86_64-unknown-linux-gnu'}
           - { os: ubuntu-22.04,   rust-version: beta,    target: 'x86_64-unknown-linux-gnu'}
           - { os: ubuntu-22.04,   rust-version: nightly, target: 'x86_64-unknown-linux-gnu'}
     defaults: