Skip to content

Commit

Permalink
Merge pull request #31 from phpDocumentor/php-8
Browse files Browse the repository at this point in the history
Add php 8 to build matrix
  • Loading branch information
jaapio committed Jun 27, 2020
2 parents 2c466e8 + 42a7edf commit 18ecb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- ubuntu-latest
- windows-latest
- macOS-latest
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4', '8.0']
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
needs:
- setup
Expand Down

0 comments on commit 18ecb75

Please sign in to comment.