Skip to content

Commit

Permalink
Fixed php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Jan 7, 2021
1 parent c4578c0 commit eab4d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4', '8.0']

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

Expand Down

0 comments on commit eab4d8a

Please sign in to comment.