]> Repositorios git - scryer-prolog.git/commitdiff
restore ubuntu testing to ci.yml with rust version 1.77
authorMark Thom <[email protected]>
Mon, 13 May 2024 20:40:09 +0000 (14:40 -0600)
committerMark Thom <[email protected]>
Wed, 23 Apr 2025 06:32:32 +0000 (23:32 -0700)
.github/workflows/ci.yml

index 70f8d1a242bd4eda19638f00e38564a8deb25174..3e0bde907fd13d9a25f802c4843db28335c3f2e8 100644 (file)
@@ -48,6 +48,7 @@ jobs:
           # Cargo.toml rust-version
           - { os: ubuntu-22.04,   rust-version: "1.85",  target: 'x86_64-unknown-linux-gnu'}
           # rust versions
+          - { os: ubuntu-22.04, rust-version: "1.77", 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', miri: true, components: "miri"} 
     defaults: