From d68e118f13cb38f69fb8717809a1a5d4bd0e6775 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Sat, 11 Dec 2021 20:30:05 +0000 Subject: [PATCH] #2255 - Adapt php:8.1 with new matrix syntax --- .github/workflows/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5beb607c0..355d07aa9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,13 +81,8 @@ jobs: - { php: '7.4', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' } - { php: '8.0', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' } - { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' } - - - name: win2016-vc15 - php: '8.1' - - # Ignore 8.1 until its release date - - name: win2019-vs16 - php: '8.1' + - { php: '8.1', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' } + - { php: '8.1', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' } steps: - uses: actions/checkout@v2