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