From bd529351e8590d288b372679d97ed8cae1f74943 Mon Sep 17 00:00:00 2001 From: Jack Worman Date: Thu, 20 Oct 2022 17:53:09 -0500 Subject: [PATCH] Use lastest php version in ci --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6bf015a..6cbb1d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} + env: + update: true - name: Composer Install run: composer install --classmap-authoritative --no-interaction --no-cache - name: Lint @@ -31,6 +33,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.1' + env: + update: true - name: Composer Install run: composer install --classmap-authoritative --no-interaction --no-cache - name: PHP_CodeSniffer @@ -52,6 +56,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} + env: + update: true - name: Composer Install run: composer install --classmap-authoritative --no-interaction --no-cache --ignore-platform-req=php - name: Setup Secure Shell Functional Tests