mirror of
https://github.com/danog/file.git
synced 2024-11-26 20:04:51 +01:00
Use ubuntu-20.04 due to conditional
This commit is contained in:
parent
385f0badd2
commit
05e2fe33a7
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -9,19 +9,19 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- operating-system: 'ubuntu-latest'
|
||||
- operating-system: 'ubuntu-20.04'
|
||||
php-version: '7.1'
|
||||
|
||||
- operating-system: 'ubuntu-latest'
|
||||
- operating-system: 'ubuntu-20.04'
|
||||
php-version: '7.2'
|
||||
|
||||
- operating-system: 'ubuntu-latest'
|
||||
- operating-system: 'ubuntu-20.04'
|
||||
php-version: '7.3'
|
||||
|
||||
- operating-system: 'ubuntu-latest'
|
||||
- operating-system: 'ubuntu-20.04'
|
||||
php-version: '7.4'
|
||||
|
||||
- operating-system: 'ubuntu-latest'
|
||||
- operating-system: 'ubuntu-20.04'
|
||||
php-version: '8.0'
|
||||
composer-flags: '--ignore-platform-req=php'
|
||||
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install libuv
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
run: sudo apt-get install libuv1-dev
|
||||
|
||||
- name: Setup PHP
|
||||
|
Loading…
Reference in New Issue
Block a user