Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
Enable tests for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Mar 22, 2021
1 parent c1d868a commit 15d349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
php: [ 7.1, 7.2, 7.3, 7.4 ]
php: [ 7.1, 7.2, 7.3, 7.4, 8.0 ]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 15d349a

Please sign in to comment.