|
19 | 19 |
|
20 | 20 | env: |
21 | 21 | FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true |
22 | | - PHALCON_VERSION: 5.15.0 |
23 | | - PHALCON_PECL_URL: https://github.com/phalcon/cphalcon/releases/download/v5.15.0/phalcon-pecl.tgz |
| 22 | + PHALCON_VERSION: 5.16.0 |
| 23 | + PHALCON_PECL_URL: https://github.com/phalcon/cphalcon/releases/download/v5.16.0/phalcon-pecl.tgz |
24 | 24 | # PHP extensions required by Composer |
25 | 25 | EXTENSIONS: apcu, gettext, gd, igbinary, imagick, intl, json, mbstring, msgpack, memcached, sqlite3, yaml, redis, openssl, swoole, :memcache, :psr |
26 | | - EXTENSIONS_CACHE_KEY: php-ext-v4-php8.5-phalcon-helper-5.15.0 |
| 26 | + EXTENSIONS_CACHE_KEY: php-ext-v4-php8.5-phalcon-helper-5.16.0 |
27 | 27 |
|
28 | 28 | permissions: |
29 | 29 | contents: read |
|
67 | 67 | extensions: ${{ env.EXTENSIONS }} |
68 | 68 | tools: composer |
69 | 69 |
|
70 | | - - name: Ensure Phalcon 5.15.0 |
| 70 | + - name: Ensure Phalcon 5.16.0 |
71 | 71 | run: bash .github/scripts/install-phalcon.sh |
72 | 72 |
|
73 | 73 | - uses: ramsey/composer-install@v4 |
@@ -119,7 +119,7 @@ jobs: |
119 | 119 | extensions: ${{ env.EXTENSIONS }} |
120 | 120 | tools: composer, phpcs |
121 | 121 |
|
122 | | - - name: Ensure Phalcon 5.15.0 |
| 122 | + - name: Ensure Phalcon 5.16.0 |
123 | 123 | run: bash .github/scripts/install-phalcon.sh |
124 | 124 |
|
125 | 125 | - uses: ramsey/composer-install@v4 |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 | extensions: ${{ env.EXTENSIONS }} |
169 | 169 | tools: composer, phpstan |
170 | 170 |
|
171 | | - - name: Ensure Phalcon 5.15.0 |
| 171 | + - name: Ensure Phalcon 5.16.0 |
172 | 172 | run: bash .github/scripts/install-phalcon.sh |
173 | 173 |
|
174 | 174 | - uses: ramsey/composer-install@v4 |
@@ -222,7 +222,7 @@ jobs: |
222 | 222 | extensions: ${{ env.EXTENSIONS }} |
223 | 223 | tools: composer, psalm |
224 | 224 |
|
225 | | - - name: Ensure Phalcon 5.15.0 |
| 225 | + - name: Ensure Phalcon 5.16.0 |
226 | 226 | run: bash .github/scripts/install-phalcon.sh |
227 | 227 |
|
228 | 228 | - uses: ramsey/composer-install@v4 |
@@ -322,7 +322,7 @@ jobs: |
322 | 322 | extensions: ${{ env.EXTENSIONS }} |
323 | 323 | tools: composer, phpunit |
324 | 324 |
|
325 | | - - name: Ensure Phalcon 5.15.0 |
| 325 | + - name: Ensure Phalcon 5.16.0 |
326 | 326 | run: bash .github/scripts/install-phalcon.sh |
327 | 327 |
|
328 | 328 | - uses: ramsey/composer-install@v4 |
|
0 commit comments