File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 15
15
- name : Checkout code
16
16
uses : actions/checkout@v4
17
17
18
- - name : Remove phpspec
19
- run : composer remove --dev friends-of-phpspec/phpspec-code-coverage phpspec/phpspec
20
-
21
18
- name : PHPStan
22
19
uses : docker://oskarstark/phpstan-ga
23
20
env :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: tests
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - ' *.x'
5
+ branches :
6
+ - ' *.x'
7
7
pull_request :
8
8
9
9
jobs :
36
36
runs-on : ubuntu-latest
37
37
strategy :
38
38
matrix :
39
- php : ['7.1', '7.4', '8.2', '8.3 ']
39
+ php : ['8.1 ']
40
40
41
41
steps :
42
42
- name : Checkout code
@@ -61,12 +61,12 @@ jobs:
61
61
strategy :
62
62
matrix :
63
63
include :
64
- - symfony : ' 5'
64
+ - symfony : ' 5.4.* '
65
65
php-version : ' 8.1'
66
- - symfony : ' 6'
66
+ - symfony : ' 6.4.*'
67
+ php-version : ' 8.2'
68
+ - symfony : ' 7.0.*'
67
69
php-version : ' 8.2'
68
- - symfony : ' 7'
69
- php-version : ' 8.3'
70
70
71
71
steps :
72
72
- name : Checkout code
You can’t perform that action at this time.
0 commit comments