Skip to content

Commit 39ff71b

Browse files
committed
ci
1 parent 5827a28 commit 39ff71b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php-versions: ['8.1']
11+
php-versions: ['8.2']
1212
steps:
1313
# —— Setup Github actions —————————————————————————————————————————————
1414
# https://github.com/actions/checkout (official)
@@ -61,7 +61,7 @@ jobs:
6161
- name: Yarn install / build
6262
uses: actions/setup-node@v2
6363
with:
64-
node-version: '16'
64+
node-version: '20'
6565
- run: |
6666
yarn install
6767
yarn encore production

0 commit comments

Comments
 (0)