Skip to content

Commit

Permalink
chore: Updated test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Nov 4, 2024
1 parent a8248fe commit 6bfc73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '20' ]
postgres: [ '16' ]
node: [ '16', '18', '20', '21', '22' ]
postgres: [ '12', '13', '14', '15', '16', '17' ]
runs-on: ubuntu-latest
services:
postgres:
Expand Down

0 comments on commit 6bfc73d

Please sign in to comment.