Skip to content

Commit

Permalink
Add jobs for PHP 8.4 (requires to use windows-2022 runners)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Sep 30, 2024
1 parent f6302f3 commit a60f11d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

windows:
name: Windows
runs-on: windows-2019
runs-on: windows-2022

defaults:
run:
Expand All @@ -80,6 +80,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
arch:
- "x64"
ts:
Expand Down

0 comments on commit a60f11d

Please sign in to comment.