Skip to content

Commit

Permalink
Change the PHP version in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Aug 14, 2024
1 parent 32505b0 commit 42efc1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wp-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '${{ steps.nodenv.outputs.NODEVERSION }}'
- name: Setup PHP 7.4
- name: Setup PHP 8.1
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.1
- name: install npm scripts
run: npm install
- name: Build
Expand Down

0 comments on commit 42efc1e

Please sign in to comment.