Skip to content

Commit

Permalink
Remove PHP 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Mar 29, 2020
1 parent d4aaa8e commit 1fc7a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 15
matrix:
operating-system: [ubuntu-latest, macOS-latest]
php-versions: ['7.1', '7.2', '7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down

0 comments on commit 1fc7a8b

Please sign in to comment.