Skip to content

Commit

Permalink
Change php version for github wp builds to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook committed Jul 11, 2022
1 parent 946af21 commit 2418d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates-wp/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: extcache
uses: shivammathur/cache-extensions@v1
with:
php-version: '8.1'
php-version: '8.0'
extensions: ${{ env.extensions }}
key: extensions-${{ hashFiles('composer.lock') }}
- name: Cache extensions
Expand All @@ -27,7 +27,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
extensions: ${{ env.extensions }}
php-version: '8.1'
php-version: '8.0'
coverage: none
tools: cs2pr

Expand Down

0 comments on commit 2418d23

Please sign in to comment.