Skip to content

Commit

Permalink
Release/8.2 version upgrades - added php 8.2.7, 8.2.8 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
niepi committed Jul 11, 2023
1 parent ae03a1d commit 47c941a
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.6'
VERSION_FOR_ALIAS: '8.2.8'

jobs:
ci:
Expand All @@ -21,6 +21,8 @@ jobs:
strategy:
matrix:
php-version:
- '8.2.8'
- '8.2.7'
- '8.2.6'
- '8.2.5'
- '8.2.4'
Expand Down
2 changes: 1 addition & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:8.2-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 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 47c941a

Please sign in to comment.