We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff7d37 commit 1c2a684Copy full SHA for 1c2a684
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
php_version: [8.1, 8.2, 8.3]
10
- testsuite: [general]
+ testsuite: [general, brancher]
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout hypernode-deploy
ci/test/run-brancher.sh
@@ -10,7 +10,7 @@ DP="docker run --rm -v /tmp/m2build:/web -e HYPERNODE_API_TOKEN -e SSH_PRIVATE_K
# Build Docker image
docker build \
-f ci/build/Dockerfile \
- --build-arg NODE_VERSION=16 \
+ --build-arg NODE_VERSION=22 \
14
--build-arg PHP_VERSION="${PHP_VERSION:-8.2}" \
15
-t hndeploy \
16
.
0 commit comments