Skip to content

Commit 533827a

Browse files
committed
Use Docker build
1 parent f279e27 commit 533827a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/phpdocumentor.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,30 @@ jobs:
2424
# Install phpDocumentator using PHIVE
2525
# phpDocumentator recommends PHIVE as the preferred install strategy
2626
# Source: https://github.com/phpDocumentor/phpDocumentor/blob/919d5c1ef42a3c74d050e05ce99add6efa87b5a4/README.md?plain=1#L79
27-
- name: Cache PHIVE tools
28-
uses: actions/cache@v4
29-
with:
30-
path: ${{ runner.temp }}/.phive
31-
key: php-phive-${{ hashFiles('.phive/phars.xml') }}
32-
restore-keys: php-phive-
33-
- name: Install PHIVE
34-
uses: szepeviktor/phive@v1
35-
with:
36-
home: ${{ runner.temp }}/.phive
37-
binPath: ${{ github.workspace }}/tools/phive
38-
39-
# TODO: confirm this is the correct GPG key
40-
# Blocker: https://github.com/phpDocumentor/phpDocumentor/issues/3694
41-
- name: Install phpDocumentor
42-
run: ${{ github.workspace }}/tools/phive install phpDocumentor --trust-gpg-keys 6DA3ACC4991FFAE5
43-
44-
- name: Cache phpDocumentor build files
45-
id: phpdocumentor-cache
46-
uses: actions/cache@v4
47-
with:
48-
path: phpdoc-cache
49-
key: ${{ runner.os }}-phpdocumentor-${{ github.sha }}
50-
restore-keys: ${{ runner.os }}-phpdocumentor-
27+
# - name: Cache PHIVE tools
28+
# uses: actions/cache@v4
29+
# with:
30+
# path: ${{ runner.temp }}/.phive
31+
# key: php-phive-${{ hashFiles('.phive/phars.xml') }}
32+
# restore-keys: php-phive-
33+
# - name: Install PHIVE
34+
# uses: szepeviktor/phive@v1
35+
# with:
36+
# home: ${{ runner.temp }}/.phive
37+
# binPath: ${{ github.workspace }}/tools/phive
38+
#
39+
# # TODO: confirm this is the correct GPG key
40+
# # Blocker: https://github.com/phpDocumentor/phpDocumentor/issues/3694
41+
# - name: Install phpDocumentor
42+
# run: ${{ github.workspace }}/tools/phive install phpDocumentor --trust-gpg-keys 6DA3ACC4991FFAE5
43+
#
44+
# - name: Cache phpDocumentor build files
45+
# id: phpdocumentor-cache
46+
# uses: actions/cache@v4
47+
# with:
48+
# path: phpdoc-cache
49+
# key: ${{ runner.os }}-phpdocumentor-${{ github.sha }}
50+
# restore-keys: ${{ runner.os }}-phpdocumentor-
5151

5252
# Notice: -d xdebug.mode=off is required due to a bug/workaround
5353
# Issue: https://github.com/phpDocumentor/phpDocumentor/issues/3642#issuecomment-1912354577

0 commit comments

Comments
 (0)