Skip to content

Commit

Permalink
CI: simplify setup-php config (#7404)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 2, 2023
1 parent 47ae4b4 commit f197f8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ jobs:
extensions: none, dom, json, opcache, simplexml, tokenizer, xml, xmlwriter, zip
coverage: ${{ steps.code-coverage-driver.outputs.result }}
tools: flex
env:
fail-fast: false # disabled as old PHP version cannot run flex
update: ${{ matrix.php-version == '8.0' }} # force update to 8.0.1+, ref https://github.com/shivammathur/setup-php/issues/394#issuecomment-760461251

- name: Get Composer cache directory
id: composer-cache
Expand Down

0 comments on commit f197f8d

Please sign in to comment.