Browse Source

Fix build

Jordi Boggiano 1 year ago
parent
commit
7af6f41cff
2 changed files with 6 additions and 0 deletions
  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"