Skip to content

Commit c0231c2

Browse files
committed
fixed dependencies
1 parent 86ee21d commit c0231c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: PHP v8.1 with MongoDB 6.0
1414
concurrency: "ci-${{ github.ref }}"
1515
env:
16-
extensions: curl,intl,mbstring,mongodb-stable,redis,opcache,sockets,pcntl,xdebug
16+
extensions: curl,intl,mbstring,mongodb-1.21.0,redis,opcache,sockets,pcntl,xdebug
1717
key: jikan-rest-ci-cache-v1
1818
phpversion: 8.1
1919
services:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer
66
COPY --from=php-ext-installer /usr/bin/install-php-extensions /usr/local/bin/
77
ENV COMPOSER_HOME="/tmp/composer"
88
RUN set -x \
9-
&& install-php-extensions intl mbstring mongodb-stable redis opcache sockets pcntl \
9+
&& install-php-extensions intl mbstring mongodb-1.21.0 redis opcache sockets pcntl \
1010
# install xdebug (for testing with code coverage), but do not enable it
1111
&& IPE_DONT_ENABLE=1 install-php-extensions xdebug-3.2.0
1212

0 commit comments

Comments
 (0)