From 05d73552cfd6371e9294c5d1b2e88babeddd6fce Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 22 May 2021 09:49:24 +0200 Subject: [PATCH] Used PHP 8.0 in ci workflow when running against just one PHP version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23b76317..188a7f02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - php-version: ['7.4'] + php-version: ['8.0'] steps: - name: Checkout code uses: actions/checkout@v2 @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - php-version: ['7.4'] + php-version: ['8.0'] steps: - name: Checkout code uses: actions/checkout@v2 @@ -242,7 +242,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - php-version: ['7.4'] + php-version: ['8.0'] steps: - name: Checkout code uses: actions/checkout@v2