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.
2 parents 3b3bc30 + 0c664c9 commit 3a39c68Copy full SHA for 3a39c68
.github/workflows/publish.yaml
@@ -8,7 +8,6 @@ jobs:
8
strategy:
9
matrix:
10
php_version:
11
- - "8.0"
12
- "8.1"
13
- "8.2"
14
- "8.3"
@@ -22,7 +21,7 @@ jobs:
22
21
env:
23
PHP_VERSION: ${{ matrix.php_version }}
24
NODE_VERSION: ${{ matrix.node_version }}
25
- LATEST_PHP_VERSION: 8.3
+ LATEST_PHP_VERSION: 8.4
26
LATEST_NODE_VERSION: 22
27
steps:
28
- name: Checkout hypernode-deploy
ci/test/run-general.sh
@@ -10,7 +10,7 @@ else
export IMAGE_OS="buster"
fi
-if [[ "${PHP_VERSION:-8.2}" == "8.0" || "${PHP_VERSION:-8.2}" == "8.1" ]]; then
+if [[ "${PHP_VERSION:-8.2}" == "8.1" ]]; then
export MAGENTO_VERSION="2.4.6-p10"
15
else
16
export MAGENTO_VERSION="2.4.8"
0 commit comments