Skip to content

Commit

Permalink
Release/8.2 version upgrades - added 8.1.14 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
niepi authored Jan 23, 2024
1 parent 174a4ae commit e9e4d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
ALIAS_VERSION: '8.2'
VERSION_FOR_ALIAS: '8.2.13'
VERSION_FOR_ALIAS: '8.2.15'

jobs:
ci:
Expand All @@ -21,6 +21,8 @@ jobs:
strategy:
matrix:
php-version:
- '8.2.15'
- '8.2.14'
- '8.2.13'
- '8.2.12'
- '8.2.11'
Expand Down
2 changes: 1 addition & 1 deletion 8.2/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ COPY --from=composer:2.5.1 /usr/bin/composer /usr/local/bin/composer2
COPY composer /usr/local/bin
RUN chmod +x /usr/local/bin/composer

RUN apk upgrade libsasl libssl1.1 openssl zlib libxml2 libretls libcrypto1.1
RUN apk upgrade libsasl libssl3 openssl zlib libxml2 libretls libcrypto1.1

RUN apk add --no-cache \
git \
Expand Down

0 comments on commit e9e4d37

Please sign in to comment.