Skip to content

Commit

Permalink
Run CI on PHP >= 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk authored and TomHAnderson committed Mar 18, 2021
1 parent 7bb86e8 commit 290feef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand All @@ -30,7 +29,7 @@ jobs:
- true
- false
include:
- php-version: "7.2"
- php-version: "7.3"
dependencies: "lowest"

services:
Expand Down

0 comments on commit 290feef

Please sign in to comment.