Skip to content

Commit

Permalink
Downgrade PHP version from 8.0 to 5.6 for development builds
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Apr 6, 2022
1 parent 70d6396 commit e880012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '5.6'

- name: Setup Node
uses: actions/setup-node@v3.1.0
Expand Down

0 comments on commit e880012

Please sign in to comment.