From 2cd43f03ff966665b0b2545811e57453393a8d1e Mon Sep 17 00:00:00 2001 From: Dave Roverts Date: Sun, 20 Oct 2024 22:29:21 +0200 Subject: [PATCH] ci(ci): Add Node.js 22 to matrix in CI workflow (#899) * ci(ci): Add Node.js 22 to matrix in CI workflow * ci(ci): also add in postgresql --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b028b6f..a55bc228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: