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 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 : |
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 :
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 :
You can’t perform that action at this time.
0 commit comments