Skip to content

Commit

Permalink
Use ohp 7.4 in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Dec 5, 2023
1 parent cac29b5 commit 865c54f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Create Release and bump version files
uses: helsingborg-stad/release-wp-plugin-action@1.0.2
with:
php-version: 7.4
php-version: 8.2
node-version: 20.6.0
build-assets:
needs: ['release']
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
if: ${{ hashFiles('composer.json') != '' }}
with:
tools: composer
php-version: '7.4'

- name: Build PHP
if: ${{ hashFiles('composer.json') != '' }}
Expand Down

0 comments on commit 865c54f

Please sign in to comment.