File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
name : cargo fmt
12
12
runs-on : ubuntu-latest
13
13
container :
14
- image : rust:1.81 -bookworm
14
+ image : rust:1.86 -bookworm
15
15
steps :
16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
- run : |
34
34
ports :
35
35
- 5432:5432
36
36
container :
37
- image : rust:1.81 -bookworm
37
+ image : rust:1.86 -bookworm
38
38
env :
39
39
DATABASE_URL : postgres://postgres@postgres:5432
40
40
steps :
63
63
name : cargo clippy
64
64
runs-on : ubuntu-latest
65
65
container :
66
- image : rust:1.81 -bookworm
66
+ image : rust:1.86 -bookworm
67
67
env :
68
68
DATABASE_URL : postgres://postgres@postgres:5432
69
69
SQLX_OFFLINE : true
@@ -107,7 +107,7 @@ jobs:
107
107
ports :
108
108
- 5432:5432
109
109
container :
110
- image : rust:1.81 -bookworm
110
+ image : rust:1.86 -bookworm
111
111
env :
112
112
DATABASE_URL : postgres://postgres@postgres:5432
113
113
CI : true
@@ -160,7 +160,7 @@ jobs:
160
160
ports :
161
161
- 5432:5432
162
162
container :
163
- image : rust:1.81 -bookworm
163
+ image : rust:1.86 -bookworm
164
164
env :
165
165
DATABASE_URL : postgres://postgres@postgres:5432
166
166
steps :
You can’t perform that action at this time.
0 commit comments