Skip to content

Commit 3a3b65e

Browse files
committed
Lock Phalcon version in 'validations' job
1 parent 86ed5a7 commit 3a3b65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: shivammathur/setup-php@v2
1212
with:
1313
php-version: '7.4'
14-
extensions: mbstring, intl, json, mongodb, phalcon, xdebug
14+
extensions: mbstring, intl, json, mongodb, phalcon-5.4.0, xdebug
1515
tools: pecl
1616
ini-values: apc.enable_cli=on, session.save_path=/tmp
1717

0 commit comments

Comments
 (0)