From 9338d030f38b465be5f6307f5ee6f2e20d904856 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sat, 19 Dec 2020 19:23:36 +0100 Subject: build(deps): try to fix ci --- .github/workflows/php.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 9cccc26..767b7fc 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: ['7.2', '7.3', '7.4'] + php: ['7.3', '7.4'] include: - os: windows-latest php: '7.4' @@ -44,7 +44,7 @@ jobs: ${{ runner.os }}-composer- - name: Install dependencies - run: composer install --prefer-dist --no-progress --no-suggest + run: composer install --prefer-dist --no-progress - name: PHPUnit run: | @@ -66,6 +66,11 @@ jobs: - name: Git checkout uses: actions/checkout@v2 + - name: Setup PHP, with composer and extensions + uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php + with: + php-version: '7.4' + - name: Validate composer.json and composer.lock run: composer validate @@ -82,7 +87,7 @@ jobs: ${{ runner.os }}-composer- - name: Install dependencies - run: composer install --prefer-dist --no-progress --no-suggest + run: composer install --prefer-dist --no-progress - name: PHPCS if: always() -- cgit v1.2.3