File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,7 @@ on: [ push, pull_request ]
5
5
jobs :
6
6
coding-standards :
7
7
name : " Coding Standards"
8
- runs-on : " ubuntu-20.04"
9
-
10
- strategy :
11
- matrix :
12
- php-version :
13
- - " 8.2"
14
-
8
+ runs-on : " ubuntu-latest"
15
9
steps :
16
10
- name : " Checkout"
17
11
uses : " actions/checkout@v2"
20
14
uses : " shivammathur/setup-php@v2"
21
15
with :
22
16
coverage : " none"
23
- php-version : " ${{ matrix.php-version }} "
17
+ php-version : " 8.3 "
24
18
tools : " cs2pr"
25
19
26
20
- name : " Install dependencies with Composer"
@@ -32,14 +26,11 @@ jobs:
32
26
tests :
33
27
name : " Tests"
34
28
runs-on : " ubuntu-20.04"
35
-
36
29
strategy :
37
30
matrix :
38
31
php-version :
39
- - " 8.1"
40
32
- " 8.2"
41
33
- " 8.3"
42
-
43
34
steps :
44
35
- name : " Checkout"
45
36
uses : " actions/checkout@v2"
You can’t perform that action at this time.
0 commit comments