GitXplorerGitXplorer
f

gh-action-php

public
21 stars
7 forks
0 issues

Commits

List of commits on branch master.
Verified
a4d0d95771dead8174ff35134978bcf05acfdbe3

Release version 0.3.0

ffranzliedke committed 3 years ago
Verified
0582f97042dd99212023cd71aa6c3e1bd3cad7ef

Install PHP 7.4, 8.0 and 8.1

ffranzliedke committed 3 years ago
Verified
9a6232c171602c34ba44efbf08d9cf41d8f46934

Upgrade to Debian Bullseye (#1)

BBastiaantjuhh committed 3 years ago
Verified
85e2e743573a748ec30320c2e689100dc8086090

Formatting

ffranzliedke committed 3 years ago
Verified
4a618d15f6bfb8aedd606607e61b7df58eae9a8c

Tweak Action name

ffranzliedke committed 6 years ago
Verified
2049be1161af3f6c938bedfa94b0fcb842255026

Shorten name, release new version

ffranzliedke committed 6 years ago

README

The README file for this repository.

GitHub Action for PHP

This action lets you execute any file / script with several PHP versions.

Usage

Via GitHub Workflow:

action "Run tests" {
  uses = "franzliedke/gh-action-php@0.3.0"
  runs = "php8.1 vendor/bin/phpunit"
}

Available versions

Version Binary
5.6 php5.6
7.0 php7.0
7.1 php7.1
7.2 php7.2
7.3 php7.3
7.4 php7.4
8.0 php8.0
8.1 php8.1

License

The MIT License (MIT). Please see LICENSE for more information.