We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576a635 commit 9f16772Copy full SHA for 9f16772
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
with:
36
- php-version: 8.1
+ php-version: 8.2
37
38
- name: Install dependencies
39
run: composer install --prefer-dist --no-progress
composer.json
@@ -39,6 +39,7 @@
},
40
"config": {
41
"platform": {
42
+ "ext-mongodb": "1.21.2",
43
"ext-phalcon": "4.1.1"
44
45
"allow-plugins": {
0 commit comments