Updated to latest swoole and pdo_sqlsrv extensions

This commit is contained in:
Alejandro Celaya 2020-12-06 11:41:27 +01:00
parent c78991761f
commit 40105d7aaf
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ jobs:
with: with:
php-version: '7.4' # Publish release with lowest supported PHP version php-version: '7.4' # Publish release with lowest supported PHP version
tools: composer tools: composer
extensions: swoole-4.5.5 extensions: swoole-4.5.9
- name: Generate release assets - name: Generate release assets
run: ./build.sh ${GITHUB_REF#refs/tags/v} run: ./build.sh ${GITHUB_REF#refs/tags/v}
- name: Publish release with assets - name: Publish release with assets

View file

@ -32,7 +32,7 @@ before_install:
- phpenv config-rm xdebug.ini || return 0 - phpenv config-rm xdebug.ini || return 0
- sudo ./data/infra/ci/install-ms-odbc.sh - sudo ./data/infra/ci/install-ms-odbc.sh
- docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d shlink_db_ms shlink_db shlink_db_postgres shlink_db_maria - docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d shlink_db_ms shlink_db shlink_db_postgres shlink_db_maria
- yes | pecl install pdo_sqlsrv-5.9.0preview1 swoole-4.5.5 pcov - yes | pecl install pdo_sqlsrv-5.9.0beta2 swoole-4.5.9 pcov
install: install:
- composer self-update - composer self-update

View file

@ -2,7 +2,7 @@ FROM php:7.4.11-alpine3.12 as base
ARG SHLINK_VERSION=2.4.0 ARG SHLINK_VERSION=2.4.0
ENV SHLINK_VERSION ${SHLINK_VERSION} ENV SHLINK_VERSION ${SHLINK_VERSION}
ENV SWOOLE_VERSION 4.5.5 ENV SWOOLE_VERSION 4.5.9
ENV LC_ALL "C" ENV LC_ALL "C"
WORKDIR /etc/shlink WORKDIR /etc/shlink

View file

@ -4,7 +4,7 @@ MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
ENV APCU_VERSION 5.1.18 ENV APCU_VERSION 5.1.18
ENV APCU_BC_VERSION 1.0.5 ENV APCU_BC_VERSION 1.0.5
ENV INOTIFY_VERSION 2.0.0 ENV INOTIFY_VERSION 2.0.0
ENV SWOOLE_VERSION 4.5.5 ENV SWOOLE_VERSION 4.5.9
RUN apk update RUN apk update