add php 8.0 to matrix

Signed-off-by: Matthew Peveler <matt.peveler@popsql.com>
This commit is contained in:
Matthew Peveler
2021-02-04 09:47:09 -05:00
parent bbf24892db
commit 2a2b91023c
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
steps:
- uses: actions/checkout@v2