diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aec631bf..54f8b374 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: test -on: [push, pull_request] +on: [pull_request] jobs: test: @@ -8,8 +8,8 @@ jobs: strategy: fail-fast: false matrix: - node: ['12', '14', '16', '18', '20', '21'] - postgres: ['12', '13', '14', '15', '16'] + node: ["22"] + postgres: ["16"] runs-on: ubuntu-latest services: postgres: