File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 32
32
- " 8.1"
33
33
- " 8.2"
34
34
- " 8.3"
35
+ - " 8.4"
35
36
36
37
steps :
37
38
- name : " Checkout"
50
51
run : " composer install --no-interaction --no-progress"
51
52
52
53
- name : " Transform source code"
53
- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
54
+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
54
55
run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
55
56
56
57
- name : " Lint"
Original file line number Diff line number Diff line change 71
71
- " 8.1"
72
72
- " 8.2"
73
73
- " 8.3"
74
+ - " 8.4"
74
75
75
76
steps :
76
77
- uses : Wandalen/wretry.action@v3.5.0
@@ -101,7 +102,7 @@ jobs:
101
102
run : " composer install --no-interaction --no-progress"
102
103
103
104
- name : " Transform source code"
104
- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
105
+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
105
106
shell : bash
106
107
run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
107
108
@@ -120,7 +121,7 @@ jobs:
120
121
run : " composer install --no-interaction --no-progress"
121
122
122
123
- name : " Transform source code"
123
- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
124
+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
124
125
shell : bash
125
126
run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
126
127
Original file line number Diff line number Diff line change 38
38
- " 8.1"
39
39
- " 8.2"
40
40
- " 8.3"
41
+ - " 8.4"
41
42
operating-system : [ubuntu-latest, windows-latest]
42
43
43
44
steps :
56
57
run : " composer install --no-interaction --no-progress"
57
58
58
59
- name : " Transform source code"
59
- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
60
+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
60
61
shell : bash
61
62
run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
62
63
85
86
- " 8.1"
86
87
- " 8.2"
87
88
- " 8.3"
89
+ - " 8.4"
88
90
89
91
steps :
90
92
- name : " Checkout"
Original file line number Diff line number Diff line change 41
41
- " 8.1"
42
42
- " 8.2"
43
43
- " 8.3"
44
+ - " 8.4"
44
45
operating-system : [ ubuntu-latest, windows-latest ]
45
46
46
47
steps :
61
62
run : " composer install --no-interaction --no-progress"
62
63
63
64
- name : " Transform source code"
64
- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
65
+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
65
66
shell : bash
66
67
run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
67
68
You can’t perform that action at this time.
0 commit comments