Skip to content

Commit 44fec2c

Browse files
Test lowest on PHP 8.0 too
1 parent 8f0591d commit 44fec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
php: ['7.1', '7.2', '7.3', '7.4']
46+
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
4747

4848
steps:
4949
- name: Checkout Code

0 commit comments

Comments
 (0)