Skip to content

Commit

Permalink
Release/8.1 version upgrades (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
niepi committed Jul 11, 2023
1 parent babb31e commit b35074a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 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.1'
VERSION_FOR_ALIAS: '8.1.20'
VERSION_FOR_ALIAS: '8.1.21'

jobs:
ci:
Expand All @@ -21,6 +21,7 @@ jobs:
strategy:
matrix:
php-version:
- '8.1.21'
- '8.1.20'
- '8.1.19'
- '8.1.18'
Expand Down
3 changes: 2 additions & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM php:8.1-fpm

RUN apt-get update && apt-get dist-upgrade -y && echo "Security Update enforced on 2022/04/01"

RUN apt-get update && apt-get install --no-install-recommends -y libz-dev libmemcached-dev \
# RUN apt-get update && apt-get install --no-install-recommends -y libz-dev libmemcached-dev \
RUN apt-get update && apt-get install --no-install-recommends -y libz-dev zlib1g-dev libssl-dev libmemcached-dev libmemcached11 \
&& rm -rf /var/lib/apt/lists/*
RUN pecl install memcached-3.2.0
RUN echo extension=memcached.so >> /usr/local/etc/php/conf.d/memcached.ini
Expand Down

0 comments on commit b35074a

Please sign in to comment.