File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ RUN apt-get update \
4040 unzip
4141
4242RUN docker-php-ext-configure gd --with-freetype --with-jpeg
43- RUN docker-php-ext-install -j$(nproc) bcmath gd intl pdo_mysql simplexml soap sockets xsl zip
43+ RUN docker-php-ext-configure ftp --with-openssl-dir=/usr
44+ RUN docker-php-ext-install -j$(nproc) bcmath gd intl pdo_mysql simplexml soap sockets xsl zip ftp
4445RUN a2enmod ssl
4546RUN a2ensite default-ssl.conf #can be removed if not needed
4647WORKDIR /var/www/html
Original file line number Diff line number Diff line change 3333 strategy :
3434 matrix :
3535 php-version : ["8.3"]
36- magento-version : ["2.4.7-p2 "]
36+ magento-version : ["2.4.8 "]
3737 runs-on :
3838 group : larger-runners
3939 labels : ubuntu-latest-8-cores
Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 php-version : ["8.2"]
11- magento-version : ["2.4.6-p7 "]
11+ magento-version : ["2.4.8 "]
1212 runs-on : ubuntu-latest
1313 timeout-minutes : 25
1414 env :
Original file line number Diff line number Diff line change 1414 matrix :
1515 include :
1616 - php-version : ' 8.3'
17- magento-version : ' 2.4.7-p2 '
17+ magento-version : ' 2.4.8 '
1818 runs-on : ubuntu-latest
1919 timeout-minutes : 25
2020 env :
Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 php-version : [8.3]
11- magento-version : [2.4.7-p2 ]
11+ magento-version : [2.4.8 ]
1212 runs-on : ubuntu-latest
1313 timeout-minutes : 25
1414 env :
You can’t perform that action at this time.
0 commit comments