Skip to content

Commit 2aea729

Browse files
[9.x] Re-enable Windows tests (#775)
1 parent 4337f66 commit 2aea729

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
laravel: [12.*]
2020
stability: [prefer-lowest, prefer-stable]
2121
os: [ubuntu-latest]
22-
# include:
23-
# - os: windows-latest
24-
# php: 8.5
25-
# laravel: 12.*
26-
# stability: prefer-stable
22+
include:
23+
- os: windows-latest
24+
php: 8.5
25+
laravel: 12.*
26+
stability: prefer-stable
2727

2828
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2929

0 commit comments

Comments
 (0)