File tree 6 files changed +25
-30
lines changed
6 files changed +25
-30
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Set up Python 3.11
30
30
uses : actions/setup-python@v4
45
45
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v3
48
+ uses : actions/checkout@v4
49
49
50
50
- name : Run DOCtor-RST
51
51
uses : docker://oskarstark/doctor-rst
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Install Node
30
30
uses : actions/setup-node@v3
56
56
57
57
steps :
58
58
- name : Checkout
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
61
61
- name : Install Node
62
62
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Install PHP with extensions
30
30
uses : shivammathur/setup-php@v2
31
31
with :
32
- php-version : ' 8.2 '
32
+ php-version : ' 8.3 '
33
33
coverage : none
34
34
tools : composer:v2
35
35
@@ -48,12 +48,12 @@ jobs:
48
48
49
49
steps :
50
50
- name : Checkout
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
53
53
- name : Install PHP with extensions
54
54
uses : shivammathur/setup-php@v2
55
55
with :
56
- php-version : ' 8.2 '
56
+ php-version : ' 8.3 '
57
57
coverage : none
58
58
tools : composer:v2, composer-normalize:2
59
59
env :
69
69
70
70
steps :
71
71
- name : Checkout
72
- uses : actions/checkout@v3
72
+ uses : actions/checkout@v4
73
73
74
74
- name : Install yamllint
75
75
run : sudo apt-get install yamllint
84
84
85
85
steps :
86
86
- name : Checkout
87
- uses : actions/checkout@v3
87
+ uses : actions/checkout@v4
88
88
89
89
- name : Install required dependencies
90
90
run : sudo apt-get update && sudo apt-get install libxml2-utils
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Install PHP with extensions
30
30
uses : shivammathur/setup-php@v2
31
31
with :
32
- php-version : ' 8.2 '
32
+ php-version : ' 8.3 '
33
33
coverage : none
34
34
tools : composer:v2
35
35
@@ -48,12 +48,12 @@ jobs:
48
48
49
49
steps :
50
50
- name : Checkout code
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
53
53
- name : Install PHP with extensions
54
54
uses : shivammathur/setup-php@v2
55
55
with :
56
- php-version : ' 8.2 '
56
+ php-version : ' 8.3 '
57
57
coverage : none
58
58
tools : composer:v2
59
59
63
63
dependency-versions : highest
64
64
65
65
- name : Psalm
66
- run : vendor/bin/psalm --no-progress --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.2
66
+ run : vendor/bin/psalm --no-progress --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.3
67
67
68
68
rector :
69
69
name : Rector
@@ -72,12 +72,12 @@ jobs:
72
72
73
73
steps :
74
74
- name : Checkout code
75
- uses : actions/checkout@v3
75
+ uses : actions/checkout@v4
76
76
77
77
- name : Install PHP with extensions
78
78
uses : shivammathur/setup-php@v2
79
79
with :
80
- php-version : ' 8.2 '
80
+ php-version : ' 8.3 '
81
81
coverage : none
82
82
tools : composer:v2
83
83
Original file line number Diff line number Diff line change 33
33
- ' 8.0'
34
34
- ' 8.1'
35
35
- ' 8.2'
36
+ - ' 8.3'
36
37
dependencies : [highest]
37
38
allowed-to-fail : [false]
38
39
symfony-require : ['']
@@ -42,47 +43,41 @@ jobs:
42
43
dependencies : lowest
43
44
allowed-to-fail : false
44
45
variant : normal
45
- - php-version : ' 8.2 '
46
+ - php-version : ' 8.3 '
46
47
dependencies : highest
47
48
allowed-to-fail : false
48
49
symfony-require : 5.4.*
49
50
variant : symfony/symfony:"5.4.*"
50
- - php-version : ' 8.2 '
51
+ - php-version : ' 8.3 '
51
52
dependencies : highest
52
53
allowed-to-fail : false
53
54
symfony-require : 6.3.*
54
55
variant : symfony/symfony:"6.3.*"
55
- - php-version : ' 8.2 '
56
+ - php-version : ' 8.3 '
56
57
dependencies : highest
57
58
allowed-to-fail : false
58
59
symfony-require : 6.4.*
59
60
variant : symfony/symfony:"6.4.*"
60
- - php-version : ' 8.2 '
61
+ - php-version : ' 8.3 '
61
62
dependencies : highest
62
63
allowed-to-fail : false
63
64
symfony-require : 7.0.*
64
65
variant : symfony/symfony:"7.0.*"
65
66
66
67
steps :
67
68
- name : Checkout
68
- uses : actions/checkout@v3
69
+ uses : actions/checkout@v4
69
70
70
71
- name : Install PHP with extensions
71
72
uses : shivammathur/setup-php@v2
72
73
with :
73
74
php-version : ${{ matrix.php-version }}
74
75
coverage : pcov
75
- tools : composer:v2
76
+ tools : composer:v2, flex
76
77
77
78
- name : Add PHPUnit matcher
78
79
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
79
80
80
- - name : Globally install symfony/flex
81
- if : matrix.symfony-require != ''
82
- run : |
83
- composer global config --no-plugins allow-plugins.symfony/flex true
84
- composer global require --no-progress --no-scripts --no-plugins symfony/flex
85
-
86
81
- name : Install variant
87
82
if : matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony')
88
83
run : composer require ${{ matrix.variant }} --no-update
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ phpstan:
98
98
.PHONY : phpstan
99
99
100
100
psalm :
101
- vendor/bin/psalm --php-version=8.2
101
+ vendor/bin/psalm --php-version=8.3
102
102
.PHONY : psalm
103
103
104
104
rector :
You can’t perform that action at this time.
0 commit comments