Skip to content

Commit

Permalink
Merge pull request #156 from ndigitals/develop
Browse files Browse the repository at this point in the history
2024-02-16 Dependency Updates Release
  • Loading branch information
timnolte authored Feb 17, 2024
2 parents 6c52f1f + 1cb0e72 commit 28c3dd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main

env:
OLS_VERSION: 1.7.19
PHP_STABLE_VERSION: '8.3.2'
OLS_VERSION: '1.7.19'
PHP_STABLE_VERSION: '8.3.3'
NODE_STABLE_VERSION: '20'
REGISTRY: ghcr.io

Expand All @@ -21,8 +21,8 @@ jobs:
PHP_VERSION:
- '8.0.30'
- '8.1.27'
- '8.2.15'
- '8.3.2'
- '8.2.16'
- '8.3.3'
NODE_VERSION:
- '16'
- '18'
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

# https://github.com/marketplace/actions/create-release
- name: Create Release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
if: github.event_name == 'push'
with:
name: ${{ steps.release-name.outputs.RELEASE_NAME }}
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- develop

env:
OLS_VERSION: 1.7.19
PHP_STABLE_VERSION: '8.3.2'
OLS_VERSION: '1.7.19'
PHP_STABLE_VERSION: '8.3.3'
NODE_STABLE_VERSION: '20'
REGISTRY: ghcr.io

Expand All @@ -19,12 +19,10 @@ jobs:
fail-fast: false
matrix:
PHP_VERSION:
- '8.0.30'
- '8.1.27'
- '8.2.15'
- '8.3.2'
- '8.2.16'
- '8.3.3'
NODE_VERSION:
- '16'
- '18'
- '20'

Expand Down
2 changes: 1 addition & 1 deletion template/config-build-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PACKAGES_INSTALLED_LOG="/tmp/packages.lst"
SETUP_PACKAGES="ca-certificates cron tzdata pkg-config git curl wget"

## Run time dependencies ##
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"
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"

## Build time dependencies ##

Expand Down

0 comments on commit 28c3dd8

Please sign in to comment.