We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4e202 commit 380f34aCopy full SHA for 380f34a
.github/workflows/php-ci.yml
@@ -81,7 +81,7 @@ jobs:
81
XDEBUG_MODE: coverage
82
83
- name: SonarCloud Scan
84
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v7
85
env:
86
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
87
src/ConfigCatClient.php
@@ -30,7 +30,7 @@
30
*/
31
final class ConfigCatClient implements ClientInterface
32
{
33
- public const SDK_VERSION = '9.2.0';
+ public const SDK_VERSION = '9.2.1';
34
private const CONFIG_JSON_CACHE_VERSION = 'v2';
35
36
private InternalLogger $logger;
0 commit comments