Run 32-bit tests

This commit is contained in:
Daniil Gentili 2020-10-08 17:16:40 +02:00
parent 36fca79a3d
commit d3cbe39b68
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

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