Run only on amd64 for now

This commit is contained in:
Daniil Gentili 2020-10-08 17:40:52 +02:00
parent e16c524c96
commit 2fc11198dd
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -5,10 +5,10 @@ on:
jobs:
run:
runs-on: ubuntu-latest
container: shivammathur/node:xenial-${{ matrix.tag }}
container: shivammathur/node:bionic-${{ matrix.tag }}
strategy:
matrix:
tag: ["amd64", "i386"]
tag: ["amd64"]
php: ["7.0", "7.1", "7.2", "7.3", "7.4"]
name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }}
steps: