Commit 6b4f524 1 parent 05c546e commit 6b4f524 Copy full SHA for 6b4f524
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
strategy :
16
16
matrix :
17
- php-version : ['7.4', '8.2 ']
17
+ php-version : ['7.4', '8.3 ']
18
18
19
19
steps :
20
20
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -54,16 +54,18 @@ final class RexStanSettings
54
54
70333 => '7.3.x [Mindestanforderung für REDAXO bis 5.14] ' ,
55
55
70433 => '7.4.x ' ,
56
56
80028 => '8.0.x ' ,
57
- 80115 => '8.1.x ' ,
58
- 80203 => '8.2.x ' ,
57
+ 80125 => '8.1.x ' ,
58
+ 80212 => '8.2.x ' ,
59
+ 80300 => '8.3.x ' ,
59
60
];
60
61
61
62
/**
62
63
* @var array<int, string>
63
64
*/
64
65
private static $ phpVersionListFrom5_15 = [
65
- 80115 => '8.1.x [Mindestanforderung für REDAXO ab 5.15] ' ,
66
- 80203 => '8.2.x ' ,
66
+ 80125 => '8.1.x [Mindestanforderung für REDAXO ab 5.15] ' ,
67
+ 80212 => '8.2.x ' ,
68
+ 80300 => '8.3.x ' ,
67
69
];
68
70
69
71
/**
You can’t perform that action at this time.
0 commit comments