Skip to content

Commit 42d97cb

Browse files
authored
Valkey + cache cascade (#138)
* Valkey + cache cascade * Lint * Run CI in 8.3 * Add error logging
1 parent cad2c80 commit 42d97cb

File tree

4 files changed

+11648
-23
lines changed

4 files changed

+11648
-23
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
uses: craftcms/.github/.github/workflows/code-quality.yml@v3
1818
with:
1919
node_version: '18'
20-
php_version: '8.1'
20+
php_version: '8.3'
2121
jobs: '["ecs", "phpstan", "prettier"]'

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"phlak/semver": "^4.1",
1717
"99designs/http-signatures": "^4.0",
1818
"symfony/process": "^6",
19-
"aws/aws-sdk-php": "^3.342.6"
19+
"aws/aws-sdk-php": "^3.342.6",
20+
"craftcms/yii2-cache-cascade": "^1.2"
2021
},
2122
"require-dev": {
2223
"craftcms/ecs": "dev-main",

0 commit comments

Comments
 (0)