Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 93d6291

Browse files
Merge v1.21 into v1.x (#1670)
2 parents 7dedebe + 8cb63f0 commit 93d6291

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
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/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
phpcs:
2020
name: "phpcs"
21-
runs-on: "ubuntu-22.04"
21+
runs-on: "ubuntu-24.04"
2222

2323
steps:
2424
- name: "Checkout"
@@ -36,7 +36,7 @@ jobs:
3636

3737
rector:
3838
name: "Rector"
39-
runs-on: "ubuntu-22.04"
39+
runs-on: "ubuntu-24.04"
4040

4141
steps:
4242
- name: "Checkout"

‎.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
diff:
2020
name: "Diff check"
21-
runs-on: "ubuntu-22.04"
21+
runs-on: "ubuntu-24.04"
2222

2323
steps:
2424
- name: "Checkout"

‎.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
psalm:
2626
name: "Psalm"
27-
runs-on: "ubuntu-22.04"
27+
runs-on: "ubuntu-24.04"
2828

2929
steps:
3030
- name: "Checkout"

‎.github/workflows/tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,36 +23,36 @@ jobs:
2323
fail-fast: true
2424
matrix:
2525
os:
26-
- "ubuntu-20.04"
26+
- "ubuntu-22.04"
2727
php-version:
2828
- "8.1"
2929
- "8.2"
3030
- "8.3"
3131
- "8.4"
3232
mongodb-version:
33-
- "4.4"
33+
- "6.0"
3434
topology:
3535
- "server"
3636
include:
37-
- os: "ubuntu-20.04"
37+
- os: "ubuntu-22.04"
3838
php-version: "8.1"
3939
mongodb-version: "6.0"
4040
topology: "replica_set"
41-
- os: "ubuntu-20.04"
41+
- os: "ubuntu-22.04"
4242
php-version: "8.1"
4343
mongodb-version: "6.0"
4444
topology: "sharded_cluster"
45-
- os: "ubuntu-20.04"
45+
- os: "ubuntu-24.04"
4646
php-version: "8.1"
47-
mongodb-version: "5.0"
47+
mongodb-version: "8.0"
4848
topology: "server"
49-
- os: "ubuntu-20.04"
49+
- os: "ubuntu-24.04"
5050
php-version: "8.1"
51-
mongodb-version: "4.4"
51+
mongodb-version: "8.0"
5252
topology: "replica_set"
53-
- os: "ubuntu-20.04"
53+
- os: "ubuntu-24.04"
5454
php-version: "8.1"
55-
mongodb-version: "4.4"
55+
mongodb-version: "8.0"
5656
topology: "sharded_cluster"
5757

5858
steps:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /