Skip to content

Commit

Permalink
Fix php version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jun 10, 2024
1 parent 0f0e3e8 commit 7b19dcf
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 @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: '8.2'

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
host: 149.210.213.94
username: ${{ secrets.ssh_username }}
password: ${{ secrets.ssh_password }}
script: cd ~/domains/pool.joeke.dev && php artisan migrate --force
script: cd ~/domains/pool.joeke.dev && /usr/local/php82/bin/php artisan migrate --force

0 comments on commit 7b19dcf

Please sign in to comment.