Skip to content

Commit

Permalink
Merge #53
Browse files Browse the repository at this point in the history
53: added FF 88.0.1 to CI matrix r=njasm a=njasm



Co-authored-by: Nelson J Morais <njmorais@gmail.com>
  • Loading branch information
bors[bot] and njasm committed May 19, 2021
2 parents 2aaa0c9 + cdb7bc6 commit 850bbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: [ ubuntu-latest ]
#os: [ macos-latest, ubuntu-latest, windows-latest ]
go: [ 1.15.x, 1.16.x ]
firefox: [ "82.0", "83.0", "84.0.2", "85.0", "86.0", "87.0" ]
firefox: [ "82.0", "83.0", "84.0.2", "85.0", "86.0", "87.0", "88.0.1" ]
runs-on: ${{ matrix.os }}
env:
FIREFOX_VERSION: ${{ matrix.firefox }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
matrix:
os: [ windows-latest ]
go: [ 1.15.x, 1.16.x ]
firefox: [ "83.0", "84.0.2", "85.0", "86.0", "87.0" ] # FIXME: /InstallDir not unpacking to supplied folder on version 82
firefox: [ "83.0", "84.0.2", "85.0", "86.0", "87.0", "88.0.1" ] # FIXME: /InstallDir not unpacking to supplied folder on version 82
runs-on: ${{ matrix.os }}
env:
FIREFOX_VERSION: ${{ matrix.firefox }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
matrix:
os: [ macos-latest ]
go: [ 1.15.x, 1.16.x ]
firefox: [ "82.0", "83.0", "84.0.2", "85.0", "86.0", "87.0" ]
firefox: [ "82.0", "83.0", "84.0.2", "85.0", "86.0", "87.0", "88.0.1" ]
runs-on: ${{ matrix.os }}
env:
FIREFOX_VERSION: ${{ matrix.firefox }}
Expand Down

0 comments on commit 850bbb1

Please sign in to comment.