File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed
Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 - name : " Setup PHP"
130130 uses : shivammathur/setup-php@v2
131131 with :
132- php-version : ${{ inputs.php-version }}
132+ php-version : 8.4
133133 tools : pecl, composer
134134 extensions : curl, openssl, mbstring
135135 ini-values : memory_limit=-1
Original file line number Diff line number Diff line change 66 version :
77 required : true
88 description : php version to compile
9- default : ' 8.2 '
9+ default : ' 8.4 '
1010 type : choice
1111 options :
1212 - ' 8.4'
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 - name : " Setup PHP"
114114 uses : shivammathur/setup-php@v2
115115 with :
116- php-version : 8.2
116+ php-version : 8.4
117117 tools : pecl, composer
118118 extensions : curl, openssl, mbstring
119119 ini-values : memory_limit=-1
Original file line number Diff line number Diff line change 99 workflow_dispatch :
1010
1111env :
12- PHP_VERSION : 8.2
13- MICRO_VERSION : 8.2.18
12+ PHP_VERSION : 8.4
13+ MICRO_VERSION : 8.4.4
1414
1515jobs :
1616 build-release-artifacts :
Original file line number Diff line number Diff line change 3434 - name : " Setup PHP"
3535 uses : shivammathur/setup-php@v2
3636 with :
37- php-version : ' 8.1 '
37+ php-version : ' 8.4 '
3838 extensions : curl, openssl, mbstring
3939 ini-values : memory_limit=-1
4040 tools : pecl, composer, php-cs-fixer
5252 - name : " Setup PHP"
5353 uses : shivammathur/setup-php@v2
5454 with :
55- php-version : ' 8.1 '
55+ php-version : ' 8.4 '
5656 extensions : curl, openssl, mbstring
5757 ini-values : memory_limit=-1
5858 tools : composer
7979 strategy :
8080 matrix :
8181 include :
82- - php : ' 8.1'
83- - php : ' 8.2'
84- - php : ' 8.3'
8582 - php : ' 8.4'
8683
8784 steps :
@@ -125,7 +122,7 @@ jobs:
125122 - name : " Setup PHP"
126123 uses : shivammathur/setup-php@v2
127124 with :
128- php-version : 8.2
125+ php-version : 8.4
129126
130127 - name : Define
131128 id : gendef
@@ -153,7 +150,7 @@ jobs:
153150 - name : " Setup PHP"
154151 uses : shivammathur/setup-php@v2
155152 with :
156- php-version : 8.2
153+ php-version : 8.4
157154 tools : pecl, composer
158155 extensions : curl, openssl, mbstring
159156 ini-values : memory_limit=-1
You can’t perform that action at this time.
0 commit comments