Skip to content

Commit

Permalink
Remove PHP versions<5.6 that fail the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Oct 2, 2023
1 parent 5744734 commit 2f1fa53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
strategy:
matrix:
php:
- 8.3
- 8.2
- 8.1
- 8.0
- 7.4
- 7
- 5.6
# - 5.5
# - 5.4
# - 5.3
os: [ubuntu-latest, ubuntu-22.04]
steps:
- name: Checkout
Expand Down

0 comments on commit 2f1fa53

Please sign in to comment.