Skip to content

Commit 98b1a7b

Browse files
committed
x
1 parent 95cb360 commit 98b1a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
tests:
7-
runs-on: ubuntu-latest
7+
runs-on: windows-latest
88
strategy:
99
matrix:
10-
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
10+
php: ['8.5']
1111

1212
fail-fast: false
1313

0 commit comments

Comments
 (0)