Skip to content

Commit

Permalink
Add PHP 5.6 to Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Sep 19, 2021
1 parent 630a5e0 commit 8cb7659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
php-versions: [ '7.1', '8.0' ]
php-versions: [ '5.6', '7.0', '8.0' ]
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down

0 comments on commit 8cb7659

Please sign in to comment.