Skip to content

Commit

Permalink
Update GitHub workflows configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Feb 2, 2021
1 parent 5b7cc16 commit 0cc0e70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

strategy:
matrix:
php-version:
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- "8.0"
include:
- php-version: "7.1"
- php-version: "7.2"
- php-version: "7.3"
- php-version: "7.4"
- php-version: "8.0"
max-parallel: 1

steps:
Expand Down

0 comments on commit 0cc0e70

Please sign in to comment.