Update workflow to run on PHP 7.2
This commit is contained in:
parent
7eaee45b43
commit
b8081befec
1 changed files with 8 additions and 2 deletions
8
.github/workflows/php.yml
vendored
8
.github/workflows/php.yml
vendored
|
|
@ -9,9 +9,15 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Set up PHP"
|
||||||
|
uses: "shivammathur/setup-php@v2"
|
||||||
|
with:
|
||||||
|
php-version: "7.2"
|
||||||
|
coverage: "none"
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Validate composer.json and composer.lock
|
- name: Validate composer.json and composer.lock
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue