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 ad807e2 commit d38fc28Copy full SHA for d38fc28
.github/workflows/phpunit.yml
@@ -19,18 +19,20 @@ jobs:
19
- "8.3"
20
- "8.2"
21
- "8.1"
22
+ - "8.0"
23
+ - "7.4"
24
25
steps:
- - uses: actions/checkout@v3
26
+ - uses: actions/checkout@v4
27
- run: composer install
28
- run: ./vendor/bin/phpunit
29
30
Documentation:
- runs-on: 'ubuntu-latest'
- needs: Build
31
if: github.ref == 'refs/heads/master'
32
- env:
33
- DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
34
- steps:
35
36
- - run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin php jwt-session
+ needs: Build
+ uses: byjg/byjg.github.io/.github/workflows/add-doc.yaml@master
+ with:
+ folder: php
+ project: ${{ github.event.repository.name }}
37
+ secrets: inherit
38
+
0 commit comments