Try skipping checkout

This commit is contained in:
Daniil Gentili 2020-10-08 17:25:32 +02:00
parent d3cbe39b68
commit 3b2d661b22
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -4,22 +4,21 @@ on:
push: push:
jobs: jobs:
run: run:
runs-on: ubuntu-latest
container: shivammathur/node:bionic-${{ matrix.tag }} container: shivammathur/node:bionic-${{ matrix.tag }}
runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest]
tag: ["amd64", "i386"] tag: ["amd64", "i386"]
php-versions: ["7.0", "7.1", "7.2", "7.3", "7.4"] php-versions: ["7.0", "7.1", "7.2", "7.3", "7.4"]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }} ${{ matrix.tag }} name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.tag }}
steps: steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP - name: Setup PHP
# Inputs to manual.sh are in this order - php-versions, extensions, ini-values, coverage, tools # Inputs to manual.sh are in this order - php-versions, extensions, ini-values, coverage, tools
run: curl -sL https://setup-php.com/manual.sh | bash -s ${{ matrix.php }} "mbstring, intl, sockets" "memory_limit=-1" "xdebug" run: curl -sL https://setup-php.com/manual.sh | bash -s ${{ matrix.php }} "mbstring, intl, sockets" "memory_limit=-1" "xdebug"
- name: Checkout
uses: actions/checkout@v2
- name: Check environment - name: Check environment
run: | run: |
php --version php --version