Skip to content

Commit

Permalink
Use newer rust and postgres for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moubctez authored and teon committed Aug 15, 2024
1 parent 91cd445 commit c16ce6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ env:
jobs:
test:
runs-on: [self-hosted, Linux, X64]
container: rust:1.77
container: rust:1

services:
postgres:
image: postgres:14-alpine
image: postgres:15-alpine
env:
POSTGRES_DB: defguard
POSTGRES_USER: defguard
Expand Down

0 comments on commit c16ce6e

Please sign in to comment.