Skip to content

Commit

Permalink
ci(ci): Add Node.js 22 to matrix in CI workflow (#899)
Browse files Browse the repository at this point in the history
* ci(ci): Add Node.js 22 to matrix in CI workflow

* ci(ci): also add in postgresql
  • Loading branch information
daveroverts authored Oct 20, 2024
1 parent b013b07 commit 2cd43f0
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 @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ["8.2", "8.3"]
node: [16, 18, 20]
node: [16, 18, 20, 22]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest, windows-latest]
steps:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ["8.2", "8.3"]
node: [16, 18, 20]
node: [16, 18, 20, 22]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest, windows-latest]
steps:
Expand Down

0 comments on commit 2cd43f0

Please sign in to comment.