Skip to content

Commit

Permalink
Switch to use PHP 8.0 for static analysis on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jan 15, 2022
1 parent c74636c commit a48a7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest

env:
PHP_VERSION: 7.4
PHP_VERSION: 8.0
PHP_CS_FIXER_VERSION: v3.2.1

steps:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest

env:
PHP_VERSION: 7.4
PHP_VERSION: 8.0
COMPOSER_ROOT_VERSION: v5.99

steps:
Expand Down

0 comments on commit a48a7a9

Please sign in to comment.