Skip to content

Commit

Permalink
Test multiple php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Jan 7, 2021
1 parent fe3f99d commit c4578c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.3', '7.4', '8.0']

name: PHPUnit ${{ matrix.php-versions }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c4578c0

Please sign in to comment.