-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update php 7.4, phpunit 9, separate first test class to Parallel name…
…space
- Loading branch information
Showing
65 changed files
with
601 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM php:7.1 | ||
FROM php:7.4 | ||
MAINTAINER Martin Halamicek <[email protected]> | ||
ENV DEBIAN_FRONTEND noninteractive | ||
ARG COMPOSER_FLAGS="--prefer-dist --no-interaction" | ||
|
@@ -72,7 +72,7 @@ RUN mkdir -p ~/.gnupg \ | |
|
||
#Synapse ODBC | ||
RUN set -ex; \ | ||
pecl install sqlsrv-5.6.1 pdo_sqlsrv-5.6.1; \ | ||
pecl install sqlsrv-5.8.1 pdo_sqlsrv-5.8.1; \ | ||
docker-php-ext-enable sqlsrv pdo_sqlsrv; \ | ||
docker-php-source delete | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.