Skip to content

Commit b08ec4c

Browse files
committed
🚿 workflow fix
1 parent 2590ded commit b08ec4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: "Install PHP"
3838
uses: shivammathur/setup-php@v2
3939
with:
40-
php-version: "7.4"
40+
php-version: ${{ matrix.php-version }}
4141
coverage: none
4242
tools: pecl
4343
extensions: ast, gd, imagick, json, mbstring
@@ -60,7 +60,7 @@ jobs:
6060
- name: "Install PHP"
6161
uses: shivammathur/setup-php@v2
6262
with:
63-
php-version: "7.4"
63+
php-version: "8.0"
6464
coverage: none
6565
tools: phpDocumentor
6666
extensions: gd, imagick, json, mbstring
@@ -69,11 +69,11 @@ jobs:
6969
run: phpdoc --config=phpdoc.xml
7070

7171
- name: "Publish Docs to gh-pages"
72-
uses: JamesIves/github-pages-deploy-action@4.1.6
72+
uses: JamesIves/github-pages-deploy-action@4.2.5
7373
with:
74-
BRANCH: gh-pages
75-
FOLDER: docs
76-
CLEAN: true
74+
branch: gh-pages
75+
folder: docs
76+
clean: true
7777

7878
tests:
7979
name: "Unit Tests"

0 commit comments

Comments
 (0)