Skip to content

Commit f5a3bb7

Browse files
committed
ci: update rust version to 1.90
1 parent 2772eb0 commit f5a3bb7

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.87-bookworm
14+
image: rust:1.90-bookworm
1515
steps:
1616
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
- run: |
@@ -36,7 +36,7 @@ jobs:
3636
ports:
3737
- 5432:5432
3838
container:
39-
image: rust:1.87-bookworm
39+
image: rust:1.90-bookworm
4040
env:
4141
DATABASE_URL: postgres://postgres@postgres:5432
4242
steps:
@@ -67,7 +67,7 @@ jobs:
6767
name: cargo clippy
6868
runs-on: ubuntu-latest
6969
container:
70-
image: rust:1.87-bookworm
70+
image: rust:1.90-bookworm
7171
env:
7272
DATABASE_URL: postgres://postgres@postgres:5432
7373
SQLX_OFFLINE: true
@@ -99,7 +99,7 @@ jobs:
9999
name: cargo test and coverage
100100
runs-on: ubuntu-latest
101101
container:
102-
image: rust:1.87-bookworm
102+
image: rust:1.90-bookworm
103103
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
104104
env:
105105
CI: true
@@ -145,7 +145,7 @@ jobs:
145145
name: cargo test docs code snippets
146146
runs-on: ubuntu-latest
147147
container:
148-
image: rust:1.87-bookworm
148+
image: rust:1.90-bookworm
149149
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
150150
env:
151151
SQLX_OFFLINE: true

0 commit comments

Comments
 (0)