Skip to content

Commit ffa9ab1

Browse files
committed
Use a PHP extension cache unique per driver version
1 parent c6475d9 commit ffa9ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
with:
2525
php-version: ${{ inputs.php-version }}
2626
extensions: "mongodb-${{ inputs.driver-version }}"
27-
key: "extcache-v1"
27+
key: "extcache-${{ inputs.driver-version }}"
2828

2929
- name: Cache extensions
3030
uses: actions/cache@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
php-version: "8.1"
4343
mongodb-version: "6.0"
4444
topology: "sharded_cluster"
45-
- os: "ubuntu-22.04"
45+
- os: "ubuntu-24.04"
4646
php-version: "8.1"
4747
mongodb-version: "8.0"
4848
topology: "server"

0 commit comments

Comments
 (0)