mirror of
https://github.com/werkraum-media/calendar.git
synced 2024-11-24 02:36:08 +01:00
Ensure expected PHP versions in CI
This commit is contained in:
parent
883dec188b
commit
77a60226aa
1 changed files with 15 additions and 0 deletions
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
|
@ -34,6 +34,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install PHP
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: "7.3"
|
||||||
|
|
||||||
- name: Keep composer at 1.x
|
- name: Keep composer at 1.x
|
||||||
run: sudo composer selfupdate --1
|
run: sudo composer selfupdate --1
|
||||||
|
|
||||||
|
@ -61,6 +66,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install PHP
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: "7.3"
|
||||||
|
|
||||||
- name: Install xmllint
|
- name: Install xmllint
|
||||||
run: sudo apt-get install libxml2-utils
|
run: sudo apt-get install libxml2-utils
|
||||||
|
|
||||||
|
@ -99,6 +109,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install PHP
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: "7.3"
|
||||||
|
|
||||||
- name: Keep composer at 1.x
|
- name: Keep composer at 1.x
|
||||||
run: sudo composer selfupdate --1
|
run: sudo composer selfupdate --1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue