Skip to content

Commit

Permalink
CI: update DB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 2, 2024
1 parent 7e433df commit a521e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [10.6]
version: [lts]
runtime: [actix]
tls: [native-tls]
services:
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [14, 15, 16]
version: [14, 16]
runtime: [tokio]
tls: [native-tls]
services:
Expand Down

0 comments on commit a521e97

Please sign in to comment.