浏览代码

Fix build

Jordi Boggiano 1 年之前
父节点
当前提交
7af6f41cff
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      .github/workflows/continuous-integration.yml
  2. 3 0
      .github/workflows/phpstan.yml

+ 3 - 0
.github/workflows/continuous-integration.yml

@@ -7,6 +7,9 @@ on:
 permissions:
   contents: read
 
+env:
+  COMPOSER_ROOT_VERSION: dev-main
+
 jobs:
   tests:
     name: "CI (PHP ${{ matrix.php-version }}, ${{ matrix.dependencies }} deps)"

+ 3 - 0
.github/workflows/phpstan.yml

@@ -7,6 +7,9 @@ on:
 permissions:
   contents: read
 
+env:
+  COMPOSER_ROOT_VERSION: dev-main
+
 jobs:
   tests:
     name: "PHPStan"