We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7330e commit 1b44600Copy full SHA for 1b44600
.github/workflows/nmc-custom-oidc-composer.yml
@@ -26,7 +26,7 @@ jobs:
26
BUILD_USER: ${{ github.actor }}
27
BUILD_EMAIL: ${{ github.actor }}@users.noreply.github.com
28
BUILD_TOKEN: ${{ secrets.BUILD_TOKEN || secrets.GITHUB_TOKEN }}
29
- PHP_VERSION: ${{ vars.PHP_VERSION || '8.1' }}
+ PHP_VERSION: ${{ vars.PHP_VERSION || '8.2' }}
30
steps:
31
- name: Fetch custom assembly
32
id: checkout_custom
0 commit comments