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 43f7af0 commit 5640e86Copy full SHA for 5640e86
.github/workflows/release-phar.yml
@@ -13,11 +13,11 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v2
15
16
- - name: Set PHP 7.2
+ - name: Set PHP 7.4
17
uses: shivammathur/setup-php@v2
18
with:
19
- php-version: '7.2'
20
- extensions: phalcon-4.0.5
+ php-version: '7.4'
+ extensions: phalcon-5.1.2
21
22
- name: Compile phalcon.phar
23
run: |
.github/workflows/tests.yml
@@ -135,7 +135,7 @@ jobs:
135
php content_config.php
136
php tests/debug.php
137
138
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
139
if: failure()
140
141
name: Codeception Logs
0 commit comments