From 3a9347a11743d0b79fd60564f356bc3efe40e615 Mon Sep 17 00:00:00 2001 From: Andrew M-Y Date: Wed, 3 Feb 2021 11:23:37 +0200 Subject: [PATCH] Update the matrix according to the latest travis config --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e34aaa..cbf03b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: '7.3' + php-version: '7.4' - uses: "ramsey/composer-install@v1" @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['5.6', '7.0', '7.1', '7.2', '7.3'] + php: ['7.3', '7.4', '8.0'] name: PHP ${{ matrix.php }} tests steps: - uses: actions/checkout@v2