Update workflow to run on PHP 7.2

This commit is contained in:
davidarendsen 2023-01-12 10:14:25 +01:00 committed by GitHub
commit b8081befec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "7.2"
coverage: "none"
- uses: actions/checkout@v3
- name: Validate composer.json and composer.lock
@ -36,4 +42,4 @@ jobs:
run: composer run-script test
- name: Check coding style according to PSR-12
run: composer run-script check
run: composer run-script check