Skip to content

Commit

Permalink
Try switching to newer MySQL/PostgreSQL versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Dec 15, 2021
1 parent 18fadbb commit ba4f5ff
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 @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:11.5
image: postgres:latest
ports: ["5432:5432"]
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
mysql:
image: mysql:5.7
image: mysql:latest
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: rodauth_test
Expand Down

0 comments on commit ba4f5ff

Please sign in to comment.