Skip to content

Commit

Permalink
run github tasks using php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugochinchilla committed Jan 21, 2021
1 parent 1995194 commit fe4ec6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
extensions: mbstring,intl
tools: composer:v2
- name: Get composer cache directory
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
extensions: mbstring,intl
tools: composer:v2
- name: Get composer cache directory
Expand Down

0 comments on commit fe4ec6d

Please sign in to comment.