Skip to content

Commit 9f16772

Browse files
authored
Fix composer install in publish ci job (#897)
* Fix composer install because mongodb module requires php extension * Use PHP 8.2 because PHP 8.1 has been dropped by some codeception packages
1 parent 576a635 commit 9f16772

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:
36-
php-version: 8.1
36+
php-version: 8.2
3737

3838
- name: Install dependencies
3939
run: composer install --prefer-dist --no-progress

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"config": {
4141
"platform": {
42+
"ext-mongodb": "1.21.2",
4243
"ext-phalcon": "4.1.1"
4344
},
4445
"allow-plugins": {

0 commit comments

Comments
 (0)