diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 7d39a2a..d965d78 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:14.0 + image: postgres:14.14 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres