From d2eab763c88aa874467c6a07d717cf9d341e14dd Mon Sep 17 00:00:00 2001 From: Benjamin Rottler Date: Thu, 13 Jul 2023 13:42:31 +0200 Subject: [PATCH] Match sqlx version in CI to Cargo.toml --- .github/workflows/coverage.yml | 4 ++-- .github/workflows/general.yml | 4 ++-- .github/workflows/priority-plugin.yml | 2 +- .github/workflows/pyauditor.yml | 2 +- .github/workflows/slurm-collector.yml | 4 ++-- .github/workflows/slurm-epilog-collector.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index aabb7d50..bbae064e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,7 +19,7 @@ jobs: ports: - 5432:5432 env: - SQLX_VERSION: 0.6.2 + SQLX_VERSION: 0.6.3 SQLX_FEATURES: postgres,rustls,sqlite CARGO_TERM_COLOR: always @@ -75,4 +75,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: lcov.info - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 473d393a..a8fe43c5 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -22,7 +22,7 @@ jobs: ports: - 5432:5432 env: - SQLX_VERSION: 0.6.2 + SQLX_VERSION: 0.6.3 SQLX_FEATURES: postgres,rustls,sqlite steps: - name: Checkout repository @@ -97,7 +97,7 @@ jobs: ports: - 5432:5432 env: - SQLX_VERSION: 0.6.2 + SQLX_VERSION: 0.6.3 SQLX_FEATURES: postgres,rustls,sqlite steps: - name: Checkout repository diff --git a/.github/workflows/priority-plugin.yml b/.github/workflows/priority-plugin.yml index b1131877..db7a7111 100644 --- a/.github/workflows/priority-plugin.yml +++ b/.github/workflows/priority-plugin.yml @@ -22,7 +22,7 @@ jobs: ports: - 5432:5432 env: - SQLX_VERSION: 0.6.2 + SQLX_VERSION: 0.6.3 SQLX_FEATURES: postgres,rustls,sqlite RUSTFLAGS: -C link-arg=-s steps: diff --git a/.github/workflows/pyauditor.yml b/.github/workflows/pyauditor.yml index e7820f5a..c248e161 100644 --- a/.github/workflows/pyauditor.yml +++ b/.github/workflows/pyauditor.yml @@ -162,7 +162,7 @@ jobs: ports: - 5432:5432 env: - SQLX_VERSION: 0.6.2 + SQLX_VERSION: 0.6.3 SQLX_FEATURES: postgres,rustls,sqlite RUSTFLAGS: -C link-arg=-s steps: diff --git a/.github/workflows/slurm-collector.yml b/.github/workflows/slurm-collector.yml index b5b239ae..142e5bf2 100644 --- a/.github/workflows/slurm-collector.yml +++ b/.github/workflows/slurm-collector.yml @@ -10,7 +10,7 @@ env: CARGO_TERM_COLOR: always jobs: test: - name: Slurm collector + name: Slurm collector runs-on: ubuntu-22.04 services: postgres: @@ -23,7 +23,7 @@ jobs: ports: - 5432:5432 env: - SQLX_VERSION: 0.6.2 + SQLX_VERSION: 0.6.3 SQLX_FEATURES: postgres,rustls,sqlite RUSTFLAGS: -C link-arg=-s steps: diff --git a/.github/workflows/slurm-epilog-collector.yml b/.github/workflows/slurm-epilog-collector.yml index 71891d27..75705cfa 100644 --- a/.github/workflows/slurm-epilog-collector.yml +++ b/.github/workflows/slurm-epilog-collector.yml @@ -23,7 +23,7 @@ jobs: ports: - 5432:5432 env: - SQLX_VERSION: 0.6.2 + SQLX_VERSION: 0.6.3 SQLX_FEATURES: postgres,rustls,sqlite RUSTFLAGS: -C link-arg=-s steps: