Skip to content

Commit

Permalink
Fix GitHub Workflow file setting
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Apr 7, 2020
1 parent 1e7a695 commit c97f365
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 @@ -7,9 +7,9 @@ jobs:

runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4']
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4']

steps:
- name: checkout code
Expand Down

0 comments on commit c97f365

Please sign in to comment.