Skip to content

Commit

Permalink
upgrading phalcon to 5.1.1 for docker and GA
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Nov 29, 2022
1 parent ac4f52a commit 6c21e28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
MYSQL_ROOT_PASSWORD: secret
MYSQL_USER: phalcon
MYSQL_DATABASE: invo
MYSQL_DATABASE: phalcon_invo
MYSQL_PASSWORD: secret

strategy:
Expand All @@ -35,7 +35,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
tools: pecl
extensions: mbstring, intl, json, phalcon-5.0.3
extensions: mbstring, intl, json, phalcon-5.1.1
coverage: xdebug

- name: Validate composer.json and composer.lock
Expand Down
2 changes: 1 addition & 1 deletion docker/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL vendor="Phalcon" \
maintainer="Phalcon Team <team@phalcon.io>" \
description="The PHP image to test Invo example concepts"

ENV PHALCON_VERSION="5.0.3" \
ENV PHALCON_VERSION="5.1.1" \
PHP_VERSION="8.0"

ADD ./extra.ini /usr/local/etc/php/conf.d/
Expand Down
2 changes: 1 addition & 1 deletion docker/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL vendor="Phalcon" \
maintainer="Phalcon Team <team@phalcon.io>" \
description="The PHP image to test Invo example concepts"

ENV PHALCON_VERSION="5.0.3" \
ENV PHALCON_VERSION="5.1.1" \
PHP_VERSION="8.1"

ADD ./extra.ini /usr/local/etc/php/conf.d/
Expand Down

0 comments on commit 6c21e28

Please sign in to comment.