소스 검색

:octocat: +PHP 7.4

codemasher 5 년 전
부모
커밋
ef42ef6c81
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      .github/workflows/tests.yml

+ 4 - 4
.github/workflows/tests.yml

@@ -23,7 +23,7 @@ jobs:
         php-binary:
         php-binary:
           - php7.2
           - php7.2
           - php7.3
           - php7.3
-#          - php7.4
+          - php7.4
 
 
         dependencies:
         dependencies:
           - lowest
           - lowest
@@ -54,13 +54,13 @@ jobs:
         uses: actions/checkout@v1.1.0
         uses: actions/checkout@v1.1.0
 
 
       - name: "Install locked dependencies with composer"
       - name: "Install locked dependencies with composer"
-        run: php7.3 $(which composer) install --no-interaction --no-progress --no-suggest
+        run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest
 
 
       - name: "Dump Xdebug filter with phpunit/phpunit"
       - name: "Dump Xdebug filter with phpunit/phpunit"
-        run: php7.3 vendor/bin/phpunit --configuration=phpunit.xml --dump-xdebug-filter=.build/phpunit/xdebug-filter.php
+        run: php7.4 vendor/bin/phpunit --configuration=phpunit.xml --dump-xdebug-filter=.build/phpunit/xdebug-filter.php
 
 
       - name: "Collect code coverage with Xdebug and phpunit/phpunit"
       - name: "Collect code coverage with Xdebug and phpunit/phpunit"
-        run: php7.3 vendor/bin/phpunit --configuration=phpunit.xml --prepend=.build/phpunit/xdebug-filter.php
+        run: php7.4 vendor/bin/phpunit --configuration=phpunit.xml --prepend=.build/phpunit/xdebug-filter.php
 
 
       - name: "Send code coverage report to Codecov.io"
       - name: "Send code coverage report to Codecov.io"
         env:
         env: