change to the ubuntu-18.04

This commit is contained in:
Oleg Bespalov
2020-10-01 15:47:59 +02:00
parent 0bb0f580d0
commit d36690cfa7

View File

@@ -8,7 +8,7 @@ on:
jobs:
run:
runs-on: self-hosted
runs-on: ubuntu-18.04
strategy:
matrix:
php-versions: ['7.1', '7.2']
@@ -22,7 +22,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
env:
runner: self-hosted
runner: ubuntu-18.04
- name: Validate composer.json and composer.lock
run: composer validate