Skip to content

Commit 22ac91e

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 25f1841 commit 22ac91e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
run: vendor/bin/pest
5757

5858
windows_tests:
59-
runs-on: windows-2019
59+
runs-on: windows-2022
6060

6161
strategy:
6262
fail-fast: true
6363
matrix:
64-
php: [8.1, 8.2, 8.3, 8.4]
64+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
6565
laravel: [10, 11, 12]
6666
exclude:
6767
- php: 8.1
@@ -70,6 +70,10 @@ jobs:
7070
laravel: 12
7171
- php: 8.4
7272
laravel: 10
73+
- php: 8.5
74+
laravel: 10
75+
- php: 8.5
76+
laravel: 11
7377

7478
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} Windows
7579

0 commit comments

Comments
 (0)