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.86 -bookworm
14+ image : rust:1.87 -bookworm
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717 - run : |
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 :
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
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
You can’t perform that action at this time.
0 commit comments