Skip to content

Commit

Permalink
#2255 - Ignore Windows builds for 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Oct 24, 2021
1 parent baab26c commit fea7349
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ jobs:
# Ignore 8.1 until its release date
- php: '8.1'
name: win2016-vs16
build_type: 'ts'
arch: 'x64'

- php: '8.1'
name: win2016-vs16
build_type: 'nts'
arch: 'x64'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fea7349

Please sign in to comment.