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 29ffcf2 commit 96c2abdCopy full SHA for 96c2abd
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Checkout code
48
uses: actions/checkout@v3
49
with:
50
- fetch-depth: 2
+ fetch-depth: 10
51
52
- name: Setup PHP ${{ matrix.php }} with extensions
53
uses: shivammathur/setup-php@v2
@@ -65,7 +65,7 @@ jobs:
65
composer-options: '--no-progress --no-interaction'
66
67
- name: Run unit tests
68
- if: ${{ matrix.php != '8.2' && matrix.redis != '7' && github.repository == 'kodedphp/cache-simple' }}
+ if: ${{ matrix.php != '8.2' && matrix.redis != '7' }}
69
run: vendor/bin/phpunit
70
71
- name: Create coverage report
0 commit comments