Skip to content

Commit a0860c3

Browse files
committed
PHPC-2537 Update to newer Ubuntu version in GitHub Actions workflows
1 parent 741e691 commit a0860c3

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/arginfo-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
check-arginfo:
1818
name: "Check generated arginfo files"
19-
runs-on: "ubuntu-20.04"
19+
runs-on: "ubuntu-24.04"
2020

2121
steps:
2222
- name: "Checkout"

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
coding-standards:
1818
name: "Coding Standards"
19-
runs-on: "ubuntu-20.04"
19+
runs-on: "ubuntu-24.04"
2020

2121
steps:
2222
- name: "Checkout"

.github/workflows/tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
os:
22-
- "ubuntu-20.04"
22+
- "ubuntu-22.04"
2323
php-version:
2424
- "8.1"
2525
- "8.2"
2626
- "8.3"
2727
- "8.4"
2828
mongodb-version:
29-
- "4.4"
29+
- "6.0"
3030
topology:
3131
- "server"
3232
include:
33-
- os: "ubuntu-20.04"
33+
- os: "ubuntu-24.04"
3434
php-version: "8.1"
35-
mongodb-version: "6.0"
35+
mongodb-version: "8.0"
3636
topology: "replica_set"
37-
- os: "ubuntu-20.04"
37+
- os: "ubuntu-24.04"
3838
php-version: "8.1"
39-
mongodb-version: "6.0"
39+
mongodb-version: "8.0"
4040
topology: "sharded_cluster"
41-
- os: "ubuntu-20.04"
41+
- os: "ubuntu-22.04"
4242
php-version: "8.1"
43-
mongodb-version: "4.4"
43+
mongodb-version: "6.0"
4444
topology: "replica_set"
45-
- os: "ubuntu-20.04"
45+
- os: "ubuntu-22.04"
4646
php-version: "8.1"
47-
mongodb-version: "4.4"
47+
mongodb-version: "6.0"
4848
topology: "sharded_cluster"
4949

5050
steps:

0 commit comments

Comments
 (0)