Skip to content

Commit 3a39c68

Browse files
authored
Merge pull request #171 from ByteInternet/drop-support-for-php-8.0-to-upgrade-carbon-v3
Drop support for PHP 8.0
2 parents 3b3bc30 + 0c664c9 commit 3a39c68

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
strategy:
99
matrix:
1010
php_version:
11-
- "8.0"
1211
- "8.1"
1312
- "8.2"
1413
- "8.3"
@@ -22,7 +21,7 @@ jobs:
2221
env:
2322
PHP_VERSION: ${{ matrix.php_version }}
2423
NODE_VERSION: ${{ matrix.node_version }}
25-
LATEST_PHP_VERSION: 8.3
24+
LATEST_PHP_VERSION: 8.4
2625
LATEST_NODE_VERSION: 22
2726
steps:
2827
- name: Checkout hypernode-deploy

ci/test/run-general.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
export IMAGE_OS="buster"
1111
fi
1212

13-
if [[ "${PHP_VERSION:-8.2}" == "8.0" || "${PHP_VERSION:-8.2}" == "8.1" ]]; then
13+
if [[ "${PHP_VERSION:-8.2}" == "8.1" ]]; then
1414
export MAGENTO_VERSION="2.4.6-p10"
1515
else
1616
export MAGENTO_VERSION="2.4.8"

0 commit comments

Comments
 (0)