Skip to content

Commit

Permalink
Merge pull request #144 from wikimedia/2024-06-28_mediawiki_updates
Browse files Browse the repository at this point in the history
2024 06 28 mediawiki updates
  • Loading branch information
christian-heusel authored Jun 28, 2024
2 parents ac216d3 + ca18928 commit b3b4ecd
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
version: ['1.39', '1.40', '1.41']
version: ['1.39', '1.41', '1.42']
type: [apache, fpm, fpm-alpine]

steps:
Expand Down
117 changes: 0 additions & 117 deletions 1.40/apache/Dockerfile

This file was deleted.

89 changes: 0 additions & 89 deletions 1.40/fpm-alpine/Dockerfile

This file was deleted.

102 changes: 0 additions & 102 deletions 1.40/fpm/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion 1.42/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN set -eux; \
opcache \
; \
\
pecl install APCu-5.1.21; \
pecl install APCu-5.1.23; \
docker-php-ext-enable \
apcu \
; \
Expand Down
2 changes: 1 addition & 1 deletion 1.42/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -eux; \
opcache \
; \
\
pecl install APCu-5.1.21; \
pecl install APCu-5.1.23; \
docker-php-ext-enable \
apcu \
; \
Expand Down
2 changes: 1 addition & 1 deletion 1.42/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN set -eux; \
opcache \
; \
\
pecl install APCu-5.1.21; \
pecl install APCu-5.1.23; \
docker-php-ext-enable \
apcu \
; \
Expand Down

0 comments on commit b3b4ecd

Please sign in to comment.