Skip to content

Commit 324b29a

Browse files
committed
Fix github actions release job.
1 parent 2b482df commit 324b29a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php_version: ["8.3"]
13-
core_version: ["10.4.0"]
13+
core_version: ["~10.6.0"]
1414
env:
1515
PHP_VERSION: ${{ matrix.php_version }}
1616
steps:
@@ -27,6 +27,9 @@ jobs:
2727
- name: Start services with Docker Compose
2828
run: docker compose up -d
2929

30+
- name: Add yarn latest key
31+
run: wget -qO - https://raw.githubusercontent.com/yarnpkg/releases/gh-pages/debian/pubkey.gpg | sudo apt-key add -
32+
3033
- name: Install zip
3134
run: |
3235
docker compose exec -T web apt-get update -y

0 commit comments

Comments
 (0)