File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1717 - name : ' Setup PHP'
1818 uses : shivammathur/setup-php@v2
1919 with :
20- php-version : 8.2
20+ php-version : 8.4
2121 ini-values : memory_limit=-1
2222 coverage : none
2323 tools : composer:v2
3636 - name : ' Setup PHP'
3737 uses : shivammathur/setup-php@v2
3838 with :
39- php-version : 8.2
39+ php-version : 8.4
4040 ini-values : memory_limit=-1
4141 coverage : none
4242 tools : composer:v2
5757 - name : ' Setup PHP'
5858 uses : shivammathur/setup-php@v2
5959 with :
60- php-version : 8.2
60+ php-version : 8.4
6161 ini-values : memory_limit=-1
6262 coverage : none
6363 tools : composer:v2
8282 - name : ' Setup PHP'
8383 uses : shivammathur/setup-php@v2
8484 with :
85- php-version : 8.2
85+ php-version : 8.4
8686 ini-values : memory_limit=-1
8787 coverage : none
8888 tools : composer:v2
@@ -103,9 +103,12 @@ jobs:
103103 matrix :
104104 php-version :
105105 - ' 8.2'
106+ - ' 8.3'
107+ - ' 8.4'
106108 symfony-version :
107109 - ' 7.0'
108110 - ' 7.1'
111+ - ' 7.2'
109112 steps :
110113 - name : ' Checkout Code'
111114 uses : actions/checkout@v4
@@ -140,7 +143,7 @@ jobs:
140143 - name : ' Setup PHP'
141144 uses : shivammathur/setup-php@v2
142145 with :
143- php-version : 8.2
146+ php-version : 8.4
144147 ini-values : memory_limit=-1
145148 coverage : pcov
146149 tools : composer:v2
You can’t perform that action at this time.
0 commit comments