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 ed3d72c commit e9e737a
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"

steps:
- name: "Checkout"
Expand Down

0 comments on commit e9e737a

Please sign in to comment.