Skip to content

Commit

Permalink
Test phalcon v3 on all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Dec 24, 2019
1 parent dcef35e commit 4867544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [macos-latest]
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.0', '7.1', '7.2', '7.3']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
Expand Down

0 comments on commit 4867544

Please sign in to comment.