Skip to content

Commit

Permalink
update php version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahiAbdulkabir committed Feb 14, 2024
1 parent 42c73f3 commit 91203c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
- name: 'PhpUnit'
run: |
sudo composer install
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
- name: 'Run php-insight'
run: |
sudo composer install
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
- 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 @@ -114,7 +114,7 @@ jobs:
mysql password: ${{env.DB_PASSWORD}}
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
- name: 'Run migration'
run: |
sudo composer install
Expand Down

0 comments on commit 91203c6

Please sign in to comment.