Skip to content

Commit 28c3dd8

Browse files
authored
Merge pull request #156 from ndigitals/develop
2024-02-16 Dependency Updates Release
2 parents 6c52f1f + 1cb0e72 commit 28c3dd8

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- main
88

99
env:
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

@@ -21,8 +21,8 @@ jobs:
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 }}

.github/workflows/test-builds.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- develop
88

99
env:
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

template/config-build-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PACKAGES_INSTALLED_LOG="/tmp/packages.lst"
1515
SETUP_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

0 commit comments

Comments
 (0)