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"