Skip to content

Commit b982c34

Browse files
committed
Updates
1 parent 0f46450 commit b982c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: docker run --detach -p 27017:27017 mongo
107107
- uses: shivammathur/setup-php@v2
108108
with:
109-
extensions: mongodb
109+
extensions: mongodb-1.21.0
110110
- name: Composer
111111
run: composer update
112112
- name: Wait for containers
@@ -141,7 +141,7 @@ jobs:
141141
run: echo "GIT_COMMITTED_AT=$(git log -1 --pretty=format:%ct)" >> $GITHUB_ENV
142142
- uses: shivammathur/setup-php@v2
143143
with:
144-
extensions: pdo_pgsql, mongodb
144+
extensions: pdo_pgsql, mongodb-1.21.0
145145
- name: Containers
146146
run: |
147147
docker run --detach -p 5432:5432 -e POSTGRES_PASSWORD=my-secret-pw postgres:latest postgres -c shared_buffers=256MB -c max_connections=2000

0 commit comments

Comments
 (0)