added 8.1 and experimental=true

Signed-off-by: Oleg Andreyev <oleg@andreyev.lv>
This commit is contained in:
Oleg Andreyev 2021-03-20 19:21:41 +02:00
parent 88aa819c07
commit c2618d0998
No known key found for this signature in database
GPG Key ID: C7EFA51E830B567D

View File

@ -13,10 +13,14 @@ jobs:
name: Test on php ${{ matrix.php-version }} and ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
experimental: [false]
os: [ubuntu-latest]
include:
- { php-version: '8.1', dependencies: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
steps:
- uses: actions/checkout@v2
- name: Install gettext