mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-26 12:24:40 +01:00
Use xenial
This commit is contained in:
parent
6fb2447eb7
commit
e16c524c96
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user