diff --git a/.github/Dockerfile b/.github/Dockerfile index 4b181e872b..842c880224 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -40,7 +40,8 @@ RUN apt-get update \ unzip RUN docker-php-ext-configure gd --with-freetype --with-jpeg -RUN docker-php-ext-install -j$(nproc) bcmath gd intl pdo_mysql simplexml soap sockets xsl zip +RUN docker-php-ext-configure ftp --with-openssl-dir=/usr +RUN docker-php-ext-install -j$(nproc) bcmath gd intl pdo_mysql simplexml soap sockets xsl zip ftp RUN a2enmod ssl RUN a2ensite default-ssl.conf #can be removed if not needed WORKDIR /var/www/html diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 4f89ca43c1..661b0a6432 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: php-version: ["8.3"] - magento-version: ["2.4.7-p2"] + magento-version: ["2.4.8"] runs-on: group: larger-runners labels: ubuntu-latest-8-cores diff --git a/.github/workflows/graphql-test.yml b/.github/workflows/graphql-test.yml index 7cfb3fcb1a..14e956f81a 100644 --- a/.github/workflows/graphql-test.yml +++ b/.github/workflows/graphql-test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: php-version: ["8.2"] - magento-version: ["2.4.6-p7"] + magento-version: ["2.4.8"] runs-on: ubuntu-latest timeout-minutes: 25 env: diff --git a/.github/workflows/mftf-test.yml b/.github/workflows/mftf-test.yml index 412bdd177f..835da7c0de 100644 --- a/.github/workflows/mftf-test.yml +++ b/.github/workflows/mftf-test.yml @@ -14,7 +14,7 @@ jobs: matrix: include: - php-version: '8.3' - magento-version: '2.4.7-p2' + magento-version: '2.4.8' runs-on: ubuntu-latest timeout-minutes: 25 env: diff --git a/.github/workflows/restapi-test.yml b/.github/workflows/restapi-test.yml index 229ae5c92c..7e1a170411 100644 --- a/.github/workflows/restapi-test.yml +++ b/.github/workflows/restapi-test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: php-version: [8.3] - magento-version: [2.4.7-p2] + magento-version: [2.4.8] runs-on: ubuntu-latest timeout-minutes: 25 env: