Skip to content

Commit 7092b80

Browse files
committed
Update GitHub test-suite to use Ubuntu-22.04
1 parent 21f32c9 commit 7092b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
static-analyze:
1414
name: "Static Analyze"
1515

16-
runs-on: "ubuntu-20.04"
16+
runs-on: "ubuntu-22.04"
1717

1818
steps:
1919
- name: "Checkout"
@@ -59,7 +59,7 @@ jobs:
5959
php-version:
6060
- "8.2"
6161
operating-system:
62-
- "ubuntu-20.04"
62+
- "ubuntu-22.04"
6363

6464
steps:
6565
- name: "Checkout"

0 commit comments

Comments
 (0)