Skip to content

Commit

Permalink
Test phalcon v4 on all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Dec 24, 2019
1 parent 4867544 commit 7f37b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.0', '7.1', '7.2', '7.3']
php-versions: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand All @@ -16,7 +16,7 @@ jobs:
uses: shivammathur/setup-php@develop
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, phalcon3
extensions: mbstring, phalcon4
- name: Testing PHP version
run: php -v
- name: Testing Composer version
Expand Down

0 comments on commit 7f37b98

Please sign in to comment.