Skip to content

Commit

Permalink
ci: change php version
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Sep 30, 2024
1 parent fe257f9 commit edd601b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy to production
on:
release:
types: [published]
workflow_dispatch:

concurrency: production_environment

Expand All @@ -17,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
php-version: "8.2"
extensions: csv, mbstring, bcmath, xml, gd

- name: Install dependencies
Expand Down

0 comments on commit edd601b

Please sign in to comment.