Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcvlad authored Jun 23, 2021
1 parent f2e70c7 commit 507766c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: borales/[email protected]
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
- name: 'install & build'
run: |
sudo composer install
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
- name: 'PhpUnit'
run: |
sudo composer install
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
- name: 'Run Phpcpd'
run: |
sudo composer install
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
- name: 'Run php-insight'
run: |
sudo composer install
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
- name: 'Run php-insight'
run: |
PHP_SC_VERSION=$(curl -s "https://api.github.com/repos/fabpot/local-php-security-checker/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/;s/^v//')
Expand All @@ -109,7 +109,7 @@ jobs:
mysql password: ${{env.DB_PASSWORD}}
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
- name: 'Run migration'
run: |
sudo composer install
Expand Down

0 comments on commit 507766c

Please sign in to comment.