Skip to content

Commit

Permalink
Update php version.
Browse files Browse the repository at this point in the history
  • Loading branch information
m50 committed Jan 17, 2021
1 parent 4f526ac commit e8570a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-validation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Code Validation
on: [push, pull_request]
on: [push]

jobs:
psalm:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
coverage: pcov
tools: composer:v2

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
coverage: pcov
tools: composer:v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
tools: composer:v2
ini-values: phar.readonly=Off

Expand Down

0 comments on commit e8570a1

Please sign in to comment.