Skip to content

Commit

Permalink
working on github workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed May 20, 2021
1 parent e3a1579 commit 130884d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
php-versions: ['7.0', '7.3', '8.0']
phpunit-versions: ['latest']
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 130884d

Please sign in to comment.