Skip to content

Commit b16c016

Browse files
committed
chore: [LAR-00] update php version on github actions
1 parent 2b90164 commit b16c016

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: 🐘 Setup PHP
88
uses: shivammathur/setup-php@v2
99
with:
10-
php-version: "8.2"
10+
php-version: "8.3"
1111
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, bcmath, soap, intl, gd, exif, iconv, imagick
1212
tools: composer:v2
1313
coverage: none
@@ -21,7 +21,7 @@ runs:
2121
shell: sh
2222
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2323
- name: Cache dependencies
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: ${{ steps.composer-cache.outputs.dir }}
2727
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
update:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1012

1113
steps:
1214
- name: Checkout code

0 commit comments

Comments
 (0)