Skip to content

Commit 854afb1

Browse files
committed
PHPLIB-1662 Update GHA test jobs to ubuntu-22.04
1 parent 37bc8df commit 854afb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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"
@@ -34,23 +34,23 @@ jobs:
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-22.04"
4646
php-version: "8.1"
4747
mongodb-version: "5.0"
4848
topology: "server"
49-
- os: "ubuntu-20.04"
49+
- os: "ubuntu-22.04"
5050
php-version: "8.1"
5151
mongodb-version: "4.4"
5252
topology: "replica_set"
53-
- os: "ubuntu-20.04"
53+
- os: "ubuntu-22.04"
5454
php-version: "8.1"
5555
mongodb-version: "4.4"
5656
topology: "sharded_cluster"

0 commit comments

Comments
 (0)