Skip to content

Commit

Permalink
#15973 - Change template and use PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 12, 2023
1 parent e652f04 commit 0582686
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 @@ -69,9 +69,10 @@ jobs:

generate:
needs: setup_workflow
uses: zephir-lang/templates/.github/workflows/phalcon-pecl-8.1.yml@main
uses: zephir-lang/templates/.github/workflows/phalcon-pecl.yml@main
with:
extensions: ${{ needs.setup_workflow.outputs.zephir_extensions }}
php_version: '8.2'
secrets:
composer-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 0582686

Please sign in to comment.