diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a5a035..58ee94b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4'] name: PHP ${{ matrix.php-versions }} steps: - name: 📤 Checkout project @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '7.4', '8.0' ] + php-versions: [ '7.4'] name: Static analysis (PHP ${{ matrix.php-versions }}) steps: - name: 📤 Checkout project