Skip to content

Commit

Permalink
Update PHP versions for PECL builds
Browse files Browse the repository at this point in the history
PHP 7.4 is EOL, while PHP 8.2 is already GA.
  • Loading branch information
cmb69 committed Jan 9, 2023
1 parent ebeb400 commit d313975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pecl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['8.1', '8.0', '7.4']
version: ['8.2', '8.1', '8.0']
arch: [x64, x86]
ts: [nts, ts]
runs-on: windows-2019
Expand Down

0 comments on commit d313975

Please sign in to comment.