Skip to content

Commit

Permalink
Update php version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
milon committed Nov 24, 2024
1 parent ec35a57 commit 052a6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
ref: master
fetch-depth: 0
- name: Setup PHP 8.3
- name: Setup PHP 8.4
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
tools: composer:v2
- name: Setup Node 16
uses: actions/setup-node@v3
Expand Down

0 comments on commit 052a6be

Please sign in to comment.