smiley 3 лет назад
Родитель
Сommit
b08ec4c466
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      .github/workflows/tests.yml

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

@@ -37,7 +37,7 @@ jobs:
       - name: "Install PHP"
       - name: "Install PHP"
         uses: shivammathur/setup-php@v2
         uses: shivammathur/setup-php@v2
         with:
         with:
-          php-version: "7.4"
+          php-version: ${{ matrix.php-version }}
           coverage: none
           coverage: none
           tools: pecl
           tools: pecl
           extensions: ast, gd, imagick, json, mbstring
           extensions: ast, gd, imagick, json, mbstring
@@ -60,7 +60,7 @@ jobs:
       - name: "Install PHP"
       - name: "Install PHP"
         uses: shivammathur/setup-php@v2
         uses: shivammathur/setup-php@v2
         with:
         with:
-          php-version: "7.4"
+          php-version: "8.0"
           coverage: none
           coverage: none
           tools: phpDocumentor
           tools: phpDocumentor
           extensions: gd, imagick, json, mbstring
           extensions: gd, imagick, json, mbstring
@@ -69,11 +69,11 @@ jobs:
         run: phpdoc --config=phpdoc.xml
         run: phpdoc --config=phpdoc.xml
 
 
       - name: "Publish Docs to gh-pages"
       - name: "Publish Docs to gh-pages"
-        uses: JamesIves/github-pages-deploy-action@4.1.6
+        uses: JamesIves/github-pages-deploy-action@4.2.5
         with:
         with:
-          BRANCH: gh-pages
-          FOLDER: docs
-          CLEAN: true
+          branch: gh-pages
+          folder: docs
+          clean: true
 
 
   tests:
   tests:
     name: "Unit Tests"
     name: "Unit Tests"