diff --git a/.github/workflows/deploy-to-wordpress.yml b/.github/workflows/deploy-to-wordpress.yml index 109f35a..16b43b2 100644 --- a/.github/workflows/deploy-to-wordpress.yml +++ b/.github/workflows/deploy-to-wordpress.yml @@ -15,7 +15,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.2 extensions: mbstring, intl tools: composer:v2 coverage: none diff --git a/composer.json b/composer.json index 1751d15..05fb5df 100644 --- a/composer.json +++ b/composer.json @@ -110,6 +110,8 @@ "*.cache", ".phpcs.xml", ".editorconfig", + "CHANGELOG.md", + "README.md", ".gitignore", ".distignore", ".deployignore",