We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d073f2 commit 3e9e395Copy full SHA for 3e9e395
2 files changed
.github/workflows/reports.yml
@@ -21,9 +21,6 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
24
- with:
25
- submodules: recursive
26
- ref: ${{ github.head_ref || github.ref_name }}
27
28
- name: Get Composer Cache Directory
29
id: composer-cache
@@ -45,7 +42,7 @@ jobs:
45
42
with:
46
43
php_version: '8.3'
47
44
48
- - name: Generate phpDocumentor API Docs
+ - name: Generate reports
49
uses: php-actions/composer@v6
50
51
.github/workflows/tests.yml
@@ -24,9 +24,6 @@ jobs:
php-version: [ '8.3', '8.4', '8.5' ]
30
31
32
0 commit comments