Skip to content

Commit b95714a

Browse files
authored
ci: update rust version in ci (#700)
1 parent 1bbb0e2 commit b95714a

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.81-bookworm
14+
image: rust:1.86-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.81-bookworm
37+
image: rust:1.86-bookworm
3838
env:
3939
DATABASE_URL: postgres://postgres@postgres:5432
4040
steps:
@@ -63,7 +63,7 @@ jobs:
6363
name: cargo clippy
6464
runs-on: ubuntu-latest
6565
container:
66-
image: rust:1.81-bookworm
66+
image: rust:1.86-bookworm
6767
env:
6868
DATABASE_URL: postgres://postgres@postgres:5432
6969
SQLX_OFFLINE: true
@@ -107,7 +107,7 @@ jobs:
107107
ports:
108108
- 5432:5432
109109
container:
110-
image: rust:1.81-bookworm
110+
image: rust:1.86-bookworm
111111
env:
112112
DATABASE_URL: postgres://postgres@postgres:5432
113113
CI: true
@@ -160,7 +160,7 @@ jobs:
160160
ports:
161161
- 5432:5432
162162
container:
163-
image: rust:1.81-bookworm
163+
image: rust:1.86-bookworm
164164
env:
165165
DATABASE_URL: postgres://postgres@postgres:5432
166166
steps:

0 commit comments

Comments
 (0)