File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed
Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 77 - main
88
99env :
10- OLS_VERSION : 1.7.19
11- PHP_STABLE_VERSION : ' 8.3.2 '
10+ OLS_VERSION : ' 1.7.19'
11+ PHP_STABLE_VERSION : ' 8.3.3 '
1212 NODE_STABLE_VERSION : ' 20'
1313 REGISTRY : ghcr.io
1414
2121 PHP_VERSION :
2222 - ' 8.0.30'
2323 - ' 8.1.27'
24- - ' 8.2.15 '
25- - ' 8.3.2 '
24+ - ' 8.2.16 '
25+ - ' 8.3.3 '
2626 NODE_VERSION :
2727 - ' 16'
2828 - ' 18'
@@ -212,7 +212,7 @@ jobs:
212212
213213 # https://github.com/marketplace/actions/create-release
214214 - name : Create Release
215- uses : ncipollo/release-action@v1.13 .0
215+ uses : ncipollo/release-action@v1.14 .0
216216 if : github.event_name == 'push'
217217 with :
218218 name : ${{ steps.release-name.outputs.RELEASE_NAME }}
Original file line number Diff line number Diff line change 77 - develop
88
99env :
10- OLS_VERSION : 1.7.19
11- PHP_STABLE_VERSION : ' 8.3.2 '
10+ OLS_VERSION : ' 1.7.19'
11+ PHP_STABLE_VERSION : ' 8.3.3 '
1212 NODE_STABLE_VERSION : ' 20'
1313 REGISTRY : ghcr.io
1414
@@ -19,12 +19,10 @@ jobs:
1919 fail-fast : false
2020 matrix :
2121 PHP_VERSION :
22- - ' 8.0.30'
2322 - ' 8.1.27'
24- - ' 8.2.15 '
25- - ' 8.3.2 '
23+ - ' 8.2.16 '
24+ - ' 8.3.3 '
2625 NODE_VERSION :
27- - ' 16'
2826 - ' 18'
2927 - ' 20'
3028
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ PACKAGES_INSTALLED_LOG="/tmp/packages.lst"
1515SETUP_PACKAGES=" ca-certificates cron tzdata pkg-config git curl wget"
1616
1717# # Run time dependencies ##
18- RUN_PACKAGES=" ca-certificates cron tzdata pkg-config git curl wget openssl mariadb-client libgssapi-krb5-2 libkrb5-3 libexpat1 libxml2 libargon2-1 libenchant-2-2 libpng16-16 libwebp6 libjpeg62-turbo libxpm4 libfreetype6 libonig5 libsodium23 libxslt1.1 libzip4 libzstd1 liblz4-1 libcurl4 imagemagick libc-client2007e libmemcached11 libdbd-freetds freetds-bin procps libatomic1 net-tools less libjpeg-turbo-progs optipng gifsicle zip unzip libyajl2 libpcre2-posix2 libpcre++0v5 liblmdb0 libgeoip1 ruby-full gnupg2 nodejs yarn mmdb-bin lua-mmdb brotli libbrotli1 liblua5.2-0 lua5.2 ssdeep libldap-2.4-2 libldap-common libssh2-1 libsasl2-2 libsasl2-modules libsasl2-modules-db libnghttp2-14 libpsl5 librtmp1 publicsuffix"
18+ RUN_PACKAGES=" ca-certificates cron tzdata pkg-config git curl wget openssl mariadb-client libgssapi-krb5-2 libkrb5-3 libexpat1 libxml2 libargon2-1 libenchant-2-2 libpng16-16 libwebp6 libjpeg62-turbo libxpm4 libfreetype6 libonig5 libsodium23 libxslt1.1 libzip4 libzstd1 liblz4-1 libcurl4 imagemagick libc-client2007e libmemcached11 libdbd-freetds freetds-bin procps libatomic1 net-tools less libjpeg-turbo-progs optipng gifsicle zip unzip libyajl2 libpcre2-posix2 libpcre++0v5 liblmdb0 libgeoip1 ruby-full gnupg2 nodejs yarn mmdb-bin lua-mmdb brotli libbrotli1 liblua5.2-0 lua5.2 ssdeep libldap-2.4-2 libldap-common libssh2-1 libsasl2-2 libsasl2-modules libsasl2-modules-db libnghttp2-14 libpsl5 librtmp1 publicsuffix webp "
1919
2020# # Build time dependencies ##
2121
You can’t perform that action at this time.
0 commit comments