Ver Fonte

:octocat: CI update

smiley há 3 anos atrás
pai
commit
45d31fe88e
1 ficheiros alterados com 3 adições e 5 exclusões
  1. 3 5
      .github/workflows/tests.yml

+ 3 - 5
.github/workflows/tests.yml

@@ -24,7 +24,7 @@ jobs:
 
 
     steps:
     steps:
       - name: "Checkout"
       - name: "Checkout"
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
 
       - name: "Install PHP"
       - name: "Install PHP"
         uses: shivammathur/setup-php@v2
         uses: shivammathur/setup-php@v2
@@ -62,7 +62,7 @@ jobs:
 #        run: git config --global core.autocrlf false
 #        run: git config --global core.autocrlf false
 
 
       - name: "Checkout"
       - name: "Checkout"
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
 
       - name: "Install PHP with extensions"
       - name: "Install PHP with extensions"
         uses: shivammathur/setup-php@v2
         uses: shivammathur/setup-php@v2
@@ -79,6 +79,4 @@ jobs:
         run: php vendor/bin/phpunit --configuration=phpunit.xml
         run: php vendor/bin/phpunit --configuration=phpunit.xml
 
 
       - name: "Send code coverage report to Codecov.io"
       - name: "Send code coverage report to Codecov.io"
-        uses: codecov/codecov-action@v1
-        with:
-          token: ${{ secrets.CODECOV_TOKEN }}
+        uses: codecov/codecov-action@v3