Skip to content

Commit

Permalink
ci: Set php to 8.1 for static workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chapterjason committed Nov 30, 2021
1 parent 2449525 commit 94932d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: phpstan:0.12.94, cs2pr

Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: php-cs-fixer:3, cs2pr

Expand All @@ -51,7 +51,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: vimeo/psalm:4.8.1

Expand All @@ -69,7 +69,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: composer-normalize

Expand Down

0 comments on commit 94932d0

Please sign in to comment.