Use lastest php version in ci

This commit is contained in:
Jack Worman 2022-10-20 17:53:09 -05:00
parent 7b557d46c5
commit bd529351e8

View File

@ -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