Skip to content

Commit

Permalink
Use lastest php version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-worman committed Oct 20, 2022
1 parent 818d88f commit 5ecb154
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5ecb154

Please sign in to comment.