mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 22:29:51 +03:00
Updated to latest swoole and pdo_sqlsrv extensions
This commit is contained in:
parent
c78991761f
commit
40105d7aaf
4 changed files with 4 additions and 4 deletions
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
with:
|
||||
php-version: '7.4' # Publish release with lowest supported PHP version
|
||||
tools: composer
|
||||
extensions: swoole-4.5.5
|
||||
extensions: swoole-4.5.9
|
||||
- name: Generate release assets
|
||||
run: ./build.sh ${GITHUB_REF#refs/tags/v}
|
||||
- name: Publish release with assets
|
||||
|
|
|
@ -32,7 +32,7 @@ before_install:
|
|||
- phpenv config-rm xdebug.ini || return 0
|
||||
- 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
|
||||
- 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:
|
||||
- composer self-update
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM php:7.4.11-alpine3.12 as base
|
|||
|
||||
ARG SHLINK_VERSION=2.4.0
|
||||
ENV SHLINK_VERSION ${SHLINK_VERSION}
|
||||
ENV SWOOLE_VERSION 4.5.5
|
||||
ENV SWOOLE_VERSION 4.5.9
|
||||
ENV LC_ALL "C"
|
||||
|
||||
WORKDIR /etc/shlink
|
||||
|
|
|
@ -4,7 +4,7 @@ MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
|
|||
ENV APCU_VERSION 5.1.18
|
||||
ENV APCU_BC_VERSION 1.0.5
|
||||
ENV INOTIFY_VERSION 2.0.0
|
||||
ENV SWOOLE_VERSION 4.5.5
|
||||
ENV SWOOLE_VERSION 4.5.9
|
||||
|
||||
RUN apk update
|
||||
|
||||
|
|
Loading…
Reference in a new issue