Skip to content

Commit

Permalink
chore: support Playwright 1.25 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 16, 2022
1 parent 6cd86f3 commit 4ba1983
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]
playwright: [1.0.0, 1.8.0, 1.12.0, 1.18.0, next, beta]
os: [ubuntu-20.04, macos-latest, windows-latest]
playwright: [1.8.0, 1.12.0, 1.18.0, next, beta]
headless: [true, false]
exclude:
- os: ubuntu-20.04
Expand All @@ -25,6 +25,10 @@ jobs:
playwright: 1.1.0
- os: ubuntu-20.04
playwright: 1.2.0
- os: ubuntu-22.04
playwright: 1.23
- os: ubuntu-22.04
playwright: 1.25
- os: ubuntu-20.04
playwright: latest
include:
Expand Down
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,7 @@ const DEPENDENCIES = {
'libxml2',
'libxslt1.1',
'libopengl0',
'libatomic1',
],
},

Expand Down Expand Up @@ -1488,7 +1489,6 @@ const DEPENDENCIES = {
'libharfbuzz-icu0',
'libharfbuzz0b',
'libhyphen0',
'libjavascriptcoregtk-4.0-18',
'libjpeg-turbo8',
'liblcms2-2',
'libmanette-0.2-0',
Expand All @@ -1513,6 +1513,7 @@ const DEPENDENCIES = {
'libxml2',
'libxslt1.1',
'libx264-163',
'libatomic1',
],
}
};
Expand Down
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ const DEPENDENCIES = {
'libxml2',
'libxslt1.1',
'libopengl0',
'libatomic1',
],
},

Expand Down Expand Up @@ -357,7 +358,6 @@ const DEPENDENCIES = {
'libharfbuzz-icu0',
'libharfbuzz0b',
'libhyphen0',
'libjavascriptcoregtk-4.0-18',
'libjpeg-turbo8',
'liblcms2-2',
'libmanette-0.2-0',
Expand All @@ -382,6 +382,7 @@ const DEPENDENCIES = {
'libxml2',
'libxslt1.1',
'libx264-163',
'libatomic1',
],
}
};
Expand Down

0 comments on commit 4ba1983

Please sign in to comment.