Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Loading