diff --git a/.github/workflows/wp-plugin-deploy.yml b/.github/workflows/wp-plugin-deploy.yml index 0d35ebd..f059dfe 100644 --- a/.github/workflows/wp-plugin-deploy.yml +++ b/.github/workflows/wp-plugin-deploy.yml @@ -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