Skip to content

GitHub action to compile and install the latest version of PHP from source.

License

Notifications You must be signed in to change notification settings

PHPWatch/compile-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compile PHP - GitHub Actions

This GitHub action downloads the latest PHP source (php/php-src), configures it to enable all extensions, compiles it, and installs it.

Usage

name: Tests
permissions: read-all
on:
  pull_request:
  push:

jobs:
  run:
    runs-on: ubuntu-latest
    name: Compile and install PHP - Test
    steps:
      - name: Setup PHP
        uses: PHPWatch/compile-php@main

      - name: Display versions and env
        run: |
          php -v
          php -m

About

GitHub action to compile and install the latest version of PHP from source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published