Skip to content

Commit

Permalink
GHA: stop testing PHP 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 21, 2021
1 parent 317c4ac commit 0ccd324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']

steps:
- name: Checkout
Expand Down

0 comments on commit 0ccd324

Please sign in to comment.