Skip to content

Commit

Permalink
Merge branch 'release/8.0.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
BracketSpaceWorker committed Nov 22, 2022
2 parents 4c90613 + eebe03b commit ffa7464
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,14 @@ jobs:
name: Release on WordPress.org
runs-on: ubuntu-latest
steps:
- name: Set PHP version
run: sudo update-alternatives --set php /usr/bin/php7.4
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP 7.4
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, mysql, mysqli, pdo_mysql, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none
- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit ffa7464

Please sign in to comment.