File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 40
40
- name : " Install PHP"
41
41
uses : shivammathur/setup-php@v2
42
42
with :
43
- php-version : " 8.3 "
43
+ php-version : " 8.4 "
44
44
coverage : " none"
45
45
tools : " composer:v2"
46
46
65
65
- name : Install PHP with extensions
66
66
uses : shivammathur/setup-php@v2
67
67
with :
68
- php-version : ' 8.3 '
68
+ php-version : ' 8.4 '
69
69
coverage : none
70
70
tools : composer:v2, composer-normalize:2
71
71
env :
Original file line number Diff line number Diff line change 29
29
- " 8.1"
30
30
- " 8.2"
31
31
- " 8.3"
32
+ - " 8.4"
32
33
deps :
33
34
- " highest"
34
35
no-annotations :
@@ -39,20 +40,20 @@ jobs:
39
40
- deps : " lowest"
40
41
php-version : " 7.4"
41
42
- deps : " highest"
42
- php-version : " 8.3 "
43
+ php-version : " 8.4 "
43
44
# Run builds on low and high PHP versions with `doctrine/annotations` removed
44
45
- deps : " highest"
45
46
php-version : " 7.4"
46
47
no-annotations : true
47
48
- deps : " highest"
48
- php-version : " 8.3 "
49
+ php-version : " 8.4 "
49
50
no-annotations : true
50
51
# Run builds on high PHP version with `doctrine/orm` version pinned
51
52
- deps : " highest"
52
- php-version : " 8.3 "
53
+ php-version : " 8.4 "
53
54
orm : " ^2.14"
54
55
- deps : " highest"
55
- php-version : " 8.3 "
56
+ php-version : " 8.4 "
56
57
orm : " ^3.0"
57
58
58
59
steps :
Original file line number Diff line number Diff line change 19
19
- name : Install PHP with extensions
20
20
uses : shivammathur/setup-php@v2
21
21
with :
22
- php-version : ' 8.3 '
22
+ php-version : ' 8.4 '
23
23
coverage : none
24
24
extensions : mongodb, zip
25
25
tools : composer:v2
You can’t perform that action at this time.
0 commit comments