Skip to content

Commit

Permalink
Add Windows 2022 and PHP 8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zamroni <halo@matriphe.com>
  • Loading branch information
matriphe committed Oct 7, 2023
1 parent f8af364 commit 8288fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ windows-2019 ]
php-versions: [ '8.1' ]
operating-system: [ windows-2019, windows-2022 ]
php-versions: [ '8.1', '8.2' ]
laravel-versions: [ '^10.0' ]
steps:
- uses: matriphe/laravel-pkg-test-action@v2
Expand Down

0 comments on commit 8288fd9

Please sign in to comment.