Skip to content

Commit b036201

Browse files
authored
Update GitHub test-suite to use Ubuntu-20.04 and PHP 8.2 (#727)
1 parent d4cde6b commit b036201

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 4 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-latest"
16+
runs-on: "ubuntu-20.04"
1717

1818
steps:
1919
- name: "Checkout"
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
coverage: pcov
2626
tools: composer:v2
27-
php-version: "8.1"
27+
php-version: "8.2"
2828
ini-values: memory_limit=-1
2929

3030
- name: "Get Composer Cache Directory"
@@ -57,9 +57,9 @@ jobs:
5757
dependencies:
5858
- "locked"
5959
php-version:
60-
- "8.1"
60+
- "8.2"
6161
operating-system:
62-
- "ubuntu-latest"
62+
- "ubuntu-20.04"
6363

6464
steps:
6565
- name: "Checkout"

0 commit comments

Comments
 (0)