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

Commit 15d349a

Browse files
committed
Enable tests for PHP 8
1 parent c1d868a commit 15d349a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-18.04
88
strategy:
99
matrix:
10-
php: [ 7.1, 7.2, 7.3, 7.4 ]
10+
php: [ 7.1, 7.2, 7.3, 7.4, 8.0 ]
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v2

0 commit comments

Comments
 (0)