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: