We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cde6b commit b036201Copy full SHA for b036201
.github/workflows/test-suite.yml
@@ -13,7 +13,7 @@ jobs:
13
static-analyze:
14
name: "Static Analyze"
15
16
- runs-on: "ubuntu-latest"
+ runs-on: "ubuntu-20.04"
17
18
steps:
19
- name: "Checkout"
@@ -24,7 +24,7 @@ jobs:
24
with:
25
coverage: pcov
26
tools: composer:v2
27
- php-version: "8.1"
+ php-version: "8.2"
28
ini-values: memory_limit=-1
29
30
- name: "Get Composer Cache Directory"
@@ -57,9 +57,9 @@ jobs:
57
dependencies:
58
- "locked"
59
php-version:
60
- - "8.1"
+ - "8.2"
61
operating-system:
62
- - "ubuntu-latest"
+ - "ubuntu-20.04"
63
64
65
0 commit comments