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.
2 parents 6b096fc + ef938ff commit 598d936Copy full SHA for 598d936
2 files changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
php-versions: [ '8.4', '8.5' ]
25
steps:
26
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
27
- uses: actions/cache@v5
28
with:
29
path: vendor/
@@ -43,7 +43,7 @@ jobs:
43
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
44
runs-on: ubuntu-24.04
45
46
47
48
49
.github/workflows/package.yml
@@ -15,7 +15,7 @@ jobs:
15
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV &&
16
echo "PKG_NAME=`basename $GITHUB_REPOSITORY -private`" >> $GITHUB_ENV
17
18
19
20
- name: Install PHP
21
uses: shivammathur/setup-php@v2
0 commit comments