Skip to content

Commit

Permalink
Test phalcon extension v4
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Dec 30, 2019
1 parent c2567f7 commit fd6f782
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test phalcon extension v3
name: Test phalcon extension v4
on: [push]
jobs:
run:
Expand All @@ -7,8 +7,8 @@ jobs:
fail-fast: false
matrix:
operating-system: [macos-latest]
php-versions: ['7.0', '7.1', '7.2', '7.3']
phalcon: [3]
php-versions: ['7.2', '7.3', '7.4']
phalcon: [4]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand All @@ -17,7 +17,7 @@ jobs:
uses: shivammathur/setup-php@develop
with:
php-version: ${{ matrix.php-versions }}
- name: Install phalcon v3
- name: Install phalcon v4
run: |
brew tap shivammathur/homebrew-phalcon
brew install phalcon@${{ matrix.php-versions }}_${{ matrix.phalcon }}
Expand Down

0 comments on commit fd6f782

Please sign in to comment.