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 fd19d68 commit f6a473eCopy full SHA for f6a473e
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: true
18
matrix:
19
os: ["ubuntu-22.04"]
20
- php: ["8.1"]
+ php: ["8.1", "8.2"]
21
22
steps:
23
- name: 📦 Check out the codebase
.github/workflows/create-release.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: google-github-actions/release-please-action@v3
id: release
with:
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
release-type: node
package-name: php-package-tpl
default-branch: master
0 commit comments