File tree Expand file tree Collapse file tree 5 files changed +40
-136
lines changed Expand file tree Collapse file tree 5 files changed +40
-136
lines changed Original file line number Diff line number Diff line change 3838 uses : " shivammathur/setup-php@v2"
3939 with :
4040 coverage : " none"
41- php-version : " ${{ matrix.php-version }} "
41+ php-version : " 8.4 "
4242
4343 - name : " Downgrade PHPUnit"
4444 if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
5454 ./compiler/vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}
5555 composer dump
5656
57+ - name : " Change to runtime PHP version"
58+ uses : " shivammathur/setup-php@v2"
59+ with :
60+ coverage : " none"
61+ php-version : " ${{ matrix.php-version }}"
62+
5763 - name : " Validate Composer"
5864 run : " composer validate"
5965
Original file line number Diff line number Diff line change 4545 uses : " shivammathur/setup-php@v2"
4646 with :
4747 coverage : " none"
48- php-version : " ${{ matrix.php-version }} "
48+ php-version : " 8.4 "
4949 ini-file : development
5050 extensions : mbstring
5151
6565 ./compiler/vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}
6666 composer dump
6767
68+ - name : " Change to runtime PHP version"
69+ uses : " shivammathur/setup-php@v2"
70+ with :
71+ coverage : " none"
72+ php-version : " ${{ matrix.php-version }}"
73+ ini-file : development
74+ extensions : mbstring
75+
6876 - name : " PHPStan"
6977 run : " make phpstan"
7078
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 uses : " shivammathur/setup-php@v2"
171171 with :
172172 coverage : " none"
173- php-version : " ${{ matrix.php-version }} "
173+ php-version : " 8.4 "
174174 tools : pecl
175175 extensions : ds,mbstring
176176 ini-file : development
@@ -194,5 +194,15 @@ jobs:
194194 ./compiler/vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}
195195 composer dump
196196
197+ - name : " Change to runtime PHP version"
198+ uses : " shivammathur/setup-php@v2"
199+ with :
200+ coverage : " none"
201+ php-version : " ${{ matrix.php-version }}"
202+ tools : pecl
203+ extensions : ds,mbstring
204+ ini-file : development
205+ ini-values : memory_limit=2G
206+
197207 - name : " Tests"
198208 run : " make tests"
Original file line number Diff line number Diff line change 44 "description" : " PHAR Compiler for PHPStan" ,
55 "license" : [" MIT" ],
66 "require" : {
7- "php" : " ^8.0 " ,
7+ "php" : " ^8.2 " ,
88 "nette/neon" : " ^3.0.0" ,
9- "ondrejmirtes/simple-downgrader" : " ^2.2.1 " ,
9+ "ondrejmirtes/simple-downgrader" : " ^2.2.2 " ,
1010 "seld/phar-utils" : " ^1.2" ,
1111 "symfony/console" : " ^5.4.43" ,
1212 "symfony/filesystem" : " ^5.4.43" ,
3030 },
3131 "config" : {
3232 "platform" : {
33- "php" : " 8.0 .99"
33+ "php" : " 8.2 .99"
3434 },
3535 "platform-check" : false ,
3636 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments