Added PHP 8 on mutation tests

This commit is contained in:
Alejandro Celaya
2020-12-19 10:04:00 +01:00
parent 291393eeeb
commit 71a83aa384
2 changed files with 3 additions and 5 deletions

View File

@@ -239,12 +239,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: ['7.4']
php-version: ['7.4', '8.0']
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Start database server
run: docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d shlink_db
- name: Use PHP
uses: shivammathur/setup-php@v2
with: