From c17897251b68649da67b43efe4278bc05133f52c Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 12:20:03 +0100 Subject: [PATCH 1/2] chore: change CI target for next --- .github/workflows/ci-plugin.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-plugin.yml b/.github/workflows/ci-plugin.yml index aa80048..1c78893 100644 --- a/.github/workflows/ci-plugin.yml +++ b/.github/workflows/ci-plugin.yml @@ -9,7 +9,4 @@ on: jobs: test: - uses: hapijs/.github/.github/workflows/ci-plugin.yml@master - with: - min-node-version: 14 - min-hapi-version: 20 + uses: hapijs/.github/.github/workflows/ci-plugin.yml@min-node-18-hapi-21 From db798d251f977b4cdf7d0dd9d0dca650fba52e9c Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 16:24:34 +0100 Subject: [PATCH 2/2] chore: add next branch to CI targets --- .github/workflows/ci-plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-plugin.yml b/.github/workflows/ci-plugin.yml index 1c78893..24d0ea4 100644 --- a/.github/workflows/ci-plugin.yml +++ b/.github/workflows/ci-plugin.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - next pull_request: workflow_dispatch: