From e16c524c96e903f2212e2c28a1aebfbc7b7b4cca Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 8 Oct 2020 17:36:51 +0200 Subject: [PATCH] Use xenial --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78d5ef9..6e2e4c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,10 +5,10 @@ on: jobs: run: runs-on: ubuntu-latest - container: shivammathur/node:bionic-${{ matrix.tag }} + container: shivammathur/node:xenial-${{ matrix.tag }} strategy: matrix: - tag: ["amd64", "arm32v7"] + tag: ["amd64", "i386"] php: ["7.0", "7.1", "7.2", "7.3", "7.4"] name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }} steps: