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 fea7349 commit fcb4484
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,8 @@ jobs:
php: '8.1'

# 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'
- name: win2019-vs16
php: '8.1'

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

0 comments on commit fcb4484

Please sign in to comment.