Skip to content

Commit

Permalink
#1 - ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Apr 4, 2024
1 parent 31c0327 commit 9f542a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: shivammathur/[email protected] # https://github.com/shivammathur/setup-php
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl
extensions: dom, curl, libxml, mbstring, zip, pcntl, intl, git
coverage: none

- name: Install Composer dependencies
Expand Down
6 changes: 1 addition & 5 deletions environment/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ ENV COMPOSER_HOME=/application/.composer
ENV COMPOSER_MEMORY_LIMIT=-1

RUN apk update && apk upgrade \
&& apk add --no-cache icu-dev git \
&& docker-php-ext-install \
mysqli \
pdo \
pdo_mysql
&& apk add --no-cache icu-dev git

0 comments on commit 9f542a4

Please sign in to comment.