diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b5d8b5..453b696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: harmon758/postgresql-action@v1 with: - postgresql version: '11' + postgresql version: '15' postgresql db: 'db_migrate_test' - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}