|
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
- name: Setup PHP with tools |
|
|
|
- name: Setup PHP with tools |
|
|
|
uses: shivammathur/setup-php@v2 |
|
|
|
uses: shivammathur/setup-php@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
php-version: '7.3' |
|
|
|
php-version: '7.4' |
|
|
|
tools: composer, wp-cli/wp-cli-bundle |
|
|
|
tools: composer, wp-cli/wp-cli-bundle |
|
|
|
- name: Generate MO files |
|
|
|
- name: Generate MO files |
|
|
|
run: wp i18n make-mo languages |
|
|
|
run: wp i18n make-mo languages |
|
|
|
|