We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e9068 commit 27ffdc8Copy full SHA for 27ffdc8
1 file changed
.github/workflows/release-phar.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-20.04
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
- name: Set PHP 7.4
17
uses: shivammathur/setup-php@v2
@@ -22,7 +22,7 @@ jobs:
22
- name: Compile phalcon.phar
23
run: |
24
composer install
25
- wget https://github.com/box-project/box/releases/download/3.9.1/box.phar
+ wget https://github.com/box-project/box/releases/download/3.16.0/box.phar
26
php box.phar compile
27
28
- name: Check existence of compiled .phar
0 commit comments