File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 name : Build and test
1616 strategy :
1717 matrix :
18- php : [8.1, 8.2, 8.3]
18+ php : [8.1, 8.2, 8.3, 8.4 ]
1919 deps : [high]
2020 include :
2121 - php : 8.1
4444 run : make update-min test-min
4545
4646 - name : Upload the phar
47- uses : actions/upload-artifact@v1
47+ uses : actions/upload-artifact@v4
4848 if : matrix.php == '8.1' && matrix.deps == 'high'
4949 with :
5050 name : zalas-phpunit-globals-extension.phar
5656 needs : tests
5757 strategy :
5858 matrix :
59- php : [8.1, 8.2, 8.3]
59+ php : [8.1, 8.2, 8.3, 8.4 ]
6060 steps :
6161 - uses : actions/checkout@v3
6262
6767 ini-values : " phar.readonly=0"
6868
6969 - name : Download the phar
70- uses : actions/download-artifact@v1
70+ uses : actions/download-artifact@v4
7171 with :
7272 name : zalas-phpunit-globals-extension.phar
7373 path : build/
8484 if : github.event_name == 'release'
8585 steps :
8686 - name : Download the phar
87- uses : actions/download-artifact@v1
87+ uses : actions/download-artifact@v4
8888 with :
8989 name : zalas-phpunit-globals-extension.phar
9090 path : .
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0" ,
13+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
1414 "phpunit/phpunit" : " ^9.0"
1515 },
1616 "conflict" : {
You can’t perform that action at this time.
0 commit comments