Skip to content

Commit

Permalink
#2255 - Adapt php:8.1 with new matrix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 11, 2021
1 parent 096d525 commit d68e118
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d68e118

Please sign in to comment.