File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 integration_test :
77 strategy :
88 matrix :
9- php_version : [8.1, 8.2] # 8.3 is disabled for now, since Magento 2 does not support this yet.
9+ php_version : [8.1, 8.2, 8.3]
1010 testsuite : [general, brancher]
1111 runs-on : ubuntu-latest
1212 steps :
@@ -19,12 +19,12 @@ jobs:
1919 env :
2020 PHP_VERSION : ${{ matrix.php_version }}
2121 - name : Start SSH agent for brancher testsuite
22- if : ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.2 ' }}
22+ if : ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.3 ' }}
2323 uses : webfactory/ssh-agent@v0.5.4
2424 with :
2525 ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
2626 - name : Run brancher testsuite
27- if : ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.2 ' }}
27+ if : ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.3 ' }}
2828 run : ./runtests.sh brancher
2929 shell : bash
3030 env :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ end_task
5959
6060begin_task " Setting Magento 2"
6161# Create working initial Magento install on the Hypernode container
62- $HN composer create-project --repository=https://mirror.mage-os.org/ magento/project-community-edition:2.4.6 -p3 /data/web/magento2
62+ $HN composer create-project --repository=https://mirror.mage-os.org/ magento/project-community-edition:2.4.7 -p3 /data/web/magento2
6363echo " Waiting for MySQL to be available on the Hypernode container"
6464$HN bash -c " until mysql -e 'select 1' ; do sleep 1; done"
6565install_magento
You can’t perform that action at this time.
0 commit comments