Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Add PHP 8.0 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Nov 30, 2020
1 parent 07b2c72 commit 7b51883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [7.3, 7.4]
php-version: [7.3, 7.4, 8.0]
composer-flags: [null, --prefer-lowest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7b51883

Please sign in to comment.