We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6475d9 commit ffa9ab1Copy full SHA for ffa9ab1
.github/actions/setup/action.yml
@@ -24,7 +24,7 @@ runs:
24
with:
25
php-version: ${{ inputs.php-version }}
26
extensions: "mongodb-${{ inputs.driver-version }}"
27
- key: "extcache-v1"
+ key: "extcache-${{ inputs.driver-version }}"
28
29
- name: Cache extensions
30
uses: actions/cache@v4
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
php-version: "8.1"
43
mongodb-version: "6.0"
44
topology: "sharded_cluster"
45
- - os: "ubuntu-22.04"
+ - os: "ubuntu-24.04"
46
47
mongodb-version: "8.0"
48
topology: "server"
0 commit comments