From 1b46a68d5dcd516224974edf77bd6157c741d727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs=20Postula?= Date: Thu, 29 Aug 2024 07:12:58 +0200 Subject: [PATCH] feat: create rust image for rust 1.80 --- .github/workflows/ci_runner_set_images.yaml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci_runner_set_images.yaml b/.github/workflows/ci_runner_set_images.yaml index 848f3f0..cacbeeb 100644 --- a/.github/workflows/ci_runner_set_images.yaml +++ b/.github/workflows/ci_runner_set_images.yaml @@ -14,14 +14,6 @@ jobs: strategy: matrix: image: - - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.74 - context: docker/rust-tests - args: | - RUST_VERSION=1.74 - - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.75 - context: docker/rust-tests - args: | - RUST_VERSION=1.75 - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.76 context: docker/rust-tests args: | @@ -30,10 +22,14 @@ jobs: context: docker/rust-tests args: | RUST_VERSION=1.77 + - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.80 + context: docker/rust-tests + args: | + RUST_VERSION=1.80 - name: ghcr.io/foresightminingsoftwarecorporation/ci:latest context: docker/ci args: | - RUST_VERSION=1.77 + RUST_VERSION=1.80 steps: - name: "Checkout" uses: actions/checkout@v4 @@ -65,14 +61,12 @@ jobs: strategy: matrix: image: - - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.74 - scaleset: rust-1-74-scale-set - - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.75 - scaleset: rust-1-75-scale-set - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.76 scaleset: rust-1-76-scale-set - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.77 scaleset: rust-1-77-scale-set + - name: ghcr.io/foresightminingsoftwarecorporation/rust-test:rust-1.80 + scaleset: rust-1-80-scale-set - name: ghcr.io/foresightminingsoftwarecorporation/ci:latest scaleset: ci-scale-set steps: