Skip to content

Commit 11bd525

Browse files
committed
ci: update Rust version in workflows
1 parent 5f98e6a commit 11bd525

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: cargo fmt
1212
runs-on: ubuntu-latest
1313
container:
14-
image: rust:1.86-bookworm
14+
image: rust:1.87-bookworm
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
- run: |
@@ -34,7 +34,7 @@ jobs:
3434
ports:
3535
- 5432:5432
3636
container:
37-
image: rust:1.86-bookworm
37+
image: rust:1.87-bookworm
3838
env:
3939
DATABASE_URL: postgres://postgres@postgres:5432
4040
steps:
@@ -65,7 +65,7 @@ jobs:
6565
name: cargo clippy
6666
runs-on: ubuntu-latest
6767
container:
68-
image: rust:1.86-bookworm
68+
image: rust:1.87-bookworm
6969
env:
7070
DATABASE_URL: postgres://postgres@postgres:5432
7171
SQLX_OFFLINE: true
@@ -95,7 +95,7 @@ jobs:
9595
name: cargo test and coverage
9696
runs-on: ubuntu-latest
9797
container:
98-
image: rust:1.86-bookworm
98+
image: rust:1.87-bookworm
9999
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
100100
env:
101101
CI: true
@@ -141,7 +141,7 @@ jobs:
141141
name: cargo test docs code snippets
142142
runs-on: ubuntu-latest
143143
container:
144-
image: rust:1.86-bookworm
144+
image: rust:1.87-bookworm
145145
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
146146
env:
147147
SQLX_OFFLINE: true

0 commit comments

Comments
 (0)