Skip to content

Commit

Permalink
update deploy and actions to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger committed Mar 7, 2024
1 parent 3d730e0 commit 4bc4f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
php artisan config:cache
php artisan migrate --force
php artisan db:seed --class=RoleAndPermissionSeeder --force
sudo systemctl reload php8.1-fpm.service
sudo systemctl reload php8.3-fpm.service
ln -s -n -f $RELEASE_PATH $ACTIVE_RELEASE_PATH
sudo chmod -R 771 $STORAGE_PATH
Expand Down Expand Up @@ -162,4 +162,4 @@ jobs:
php artisan db:seed --class=RoleAndPermissionSeeder --force
sudo chmod -R 771 $STORAGE_PATH
ln -s -n -f $RELEASE_PATH $ACTIVE_RELEASE_PATH
sudo systemctl reload php8.1-fpm.service
sudo systemctl reload php8.3-fpm.service
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
extensions: mbstring, sqlite3, pdo_sqlite, exif, bcmath, gd, zip, intl, fileinfo, xml
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"
Expand Down

0 comments on commit 4bc4f81

Please sign in to comment.