Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.9.0 #347

Merged
merged 12 commits into from
Nov 26, 2020
Merged

2.9.0 #347

merged 12 commits into from
Nov 26, 2020

Conversation

shivammathur
Copy link
Owner

@shivammathur shivammathur commented Nov 26, 2020

  • PHP 8.0 is now stable PHP 8.0.0 on setup-php for all supported OS. 馃コ
  • Add new JIT configuration section to the README.

For example, to enable JIT on PHP 8.0.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.0'
    ini-values: opcache.enable_cli=1

Refer to JIT Configuration for more details.

  • Skip prestissimo and composer-prefetcher unless composer:v1 is specified.

For example to setup prestissimo, use

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.0'
    tools: composer:v1, prestissimo

Thanks @owenvoke for the contribution 馃帀

@shivammathur shivammathur changed the title Develop 2.9.0 Nov 26, 2020
@shivammathur shivammathur self-assigned this Nov 26, 2020
@shivammathur shivammathur added release Hotfix Edit Release or fix builds labels Nov 26, 2020
@codecov
Copy link

codecov bot commented Nov 26, 2020

Codecov Report

Merging #347 (8861dcd) into master (02cba44) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #347   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          484       483    -1     
=========================================
- Hits           484       483    -1     
Impacted Files Coverage 螖
src/tools.ts 100.00% <酶> (酶)
src/coverage.ts 100.00% <100.00%> (酶)
src/extensions.ts 100.00% <100.00%> (酶)

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 02cba44...8861dcd. Read the comment docs.

@shivammathur shivammathur merged commit 0ff18c5 into master Nov 26, 2020
shivammathur added a commit that referenced this pull request Nov 27, 2020
shivammathur added a commit that referenced this pull request Nov 27, 2020
shivammathur added a commit that referenced this pull request Nov 27, 2020
shivammathur added a commit that referenced this pull request Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hotfix Edit Release or fix builds release
Projects
No open projects
setup-php-tasks
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

1 participant