diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 202d778b5..0a946316c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: name: cargo fmt runs-on: ubuntu-latest container: - image: rust:1.81-bookworm + image: rust:1.86-bookworm steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: | @@ -34,7 +34,7 @@ jobs: ports: - 5432:5432 container: - image: rust:1.81-bookworm + image: rust:1.86-bookworm env: DATABASE_URL: postgres://postgres@postgres:5432 steps: @@ -63,7 +63,7 @@ jobs: name: cargo clippy runs-on: ubuntu-latest container: - image: rust:1.81-bookworm + image: rust:1.86-bookworm env: DATABASE_URL: postgres://postgres@postgres:5432 SQLX_OFFLINE: true @@ -107,7 +107,7 @@ jobs: ports: - 5432:5432 container: - image: rust:1.81-bookworm + image: rust:1.86-bookworm env: DATABASE_URL: postgres://postgres@postgres:5432 CI: true @@ -160,7 +160,7 @@ jobs: ports: - 5432:5432 container: - image: rust:1.81-bookworm + image: rust:1.86-bookworm env: DATABASE_URL: postgres://postgres@postgres:5432 steps: