Skip to content

Commit

Permalink
upgrade to phalcon 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Sep 24, 2022
1 parent 1fc5936 commit 2bd9d20
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
php-versions: ['7.4', '8.0', '8.1']
# There is no 4.1.1 version due release bug
phalcon-versions: ['5.0.0RC4']
phalcon-versions: ['5.0.1']
steps:
- uses: actions/checkout@v1
- name: Setup cache environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Static Code with PHP ${{ matrix.php-versions }}
runs-on: ubuntu-latest
env:
extensions: mbstring, intl, json, phalcon-5.0.0RC4
extensions: mbstring, intl, json, phalcon-5.0.1
key: cache-v2.2~17.05.2020
needs: validate-code-style
strategy:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"require": {
"php": ">=7.4",
"ext-phalcon": ">=5.0.0",
"ext-phalcon": ">=5.0.1",
"phalcon/cli-options-parser": "^1.2",
"nette/php-generator": "^3.5"
},
"require-dev": {
"ext-pdo": "*",
"phalcon/ide-stubs": "^5.0.0",
"phalcon/ide-stubs": "^5.0.1",
"squizlabs/php_codesniffer": "^3.5",
"fakerphp/faker": "^1.15",
"humbug/box": "^3.8",
Expand All @@ -43,7 +43,8 @@
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-db": "^1.0",
"vimeo/psalm": "^4.6",
"vlucas/phpdotenv": "^4.1"
"vlucas/phpdotenv": "^4.1",
"phpstan/phpstan": "^1.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2bd9d20

Please sign in to comment.