There was an error while loading. Please reload this page.
1 parent 2b482df commit 324b29aCopy full SHA for 324b29a
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
php_version: ["8.3"]
13
- core_version: ["10.4.0"]
+ core_version: ["~10.6.0"]
14
env:
15
PHP_VERSION: ${{ matrix.php_version }}
16
steps:
@@ -27,6 +27,9 @@ jobs:
27
- name: Start services with Docker Compose
28
run: docker compose up -d
29
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
+
33
- name: Install zip
34
run: |
35
docker compose exec -T web apt-get update -y
0 commit comments