Skip to content

Commit b287a41

Browse files
authored
Update testcafe.yml
1 parent 563743f commit b287a41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testcafe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
os: [ubuntu-22.04, macos-13, windows-2022]
22-
php-version: ['8.1', '8.2']
23-
node-version: [20.x]
21+
os: [ubuntu-22.04]
22+
php-version: ['8.1']
23+
node-version: [22.x]
2424
fail-fast: false
2525

2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)