File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 php-version :
13- - " 8.2 "
13+ - " 8.3 "
1414
1515 steps :
1616 - name : " Checkout"
Original file line number Diff line number Diff line change @@ -13,42 +13,42 @@ jobs:
1313 strategy :
1414 matrix :
1515 php-version :
16- - " 8.2"
1716 - " 8.3"
17+ - " 8.4"
1818 deps :
1919 - " normal"
2020 symfony-require :
2121 - " "
2222 symfony-deprecations-helper :
2323 - " "
2424 include :
25- # PHP 8.2 test matrix
26- - php-version : " 8.2 "
25+ # PHP 8.3 test matrix
26+ - php-version : " 8.3 "
2727 deps : " normal"
2828
29- - php-version : " 8.2 "
29+ - php-version : " 8.3 "
3030 deps : " low"
3131
32- - php-version : " 8.2 "
32+ - php-version : " 8.3 "
3333 deps : " dev"
3434
35- # Test Symfony 7 with PHP 8.2
36- - php-version : " 8.2 "
35+ # Test Symfony 7 with PHP 8.3
36+ - php-version : " 8.3 "
3737 deps : " normal"
3838 symfony-require : " 7.0.*"
3939
40- # PHP 8.3 test matrix
41- - php-version : " 8.3 "
40+ # PHP 8.4 test matrix
41+ - php-version : " 8.4 "
4242 deps : " normal"
4343
44- - php-version : " 8.3 "
44+ - php-version : " 8.4 "
4545 deps : " low"
4646
47- - php-version : " 8.3 "
47+ - php-version : " 8.4 "
4848 deps : " dev"
4949
50- # Test latest Symfony with PHP 8.3
51- - php-version : " 8.3 "
50+ # Test latest Symfony with PHP 8.4
51+ - php-version : " 8.4 "
5252 deps : " normal"
5353 symfony-require : " 7.*"
5454
Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 php-version :
13- - " 8.2"
1413 - " 8.3"
14+ - " 8.4"
1515
1616 steps :
1717 - name : " Checkout code"
Original file line number Diff line number Diff line change 3131 "license" : " MIT" ,
3232 "name" : " php-tmdb/api" ,
3333 "require" : {
34- "php" : " ^8.2 " ,
34+ "php" : " ^8.3 " ,
3535 "ext-json" : " *" ,
3636 "psr/cache" : " ^1 || ^2 || ^3" ,
3737 "psr/simple-cache" : " ^1 || ^2 || ^3" ,
4444 "psr/http-factory" : " ^1" ,
4545 "psr/http-factory-implementation" : " ^1" ,
4646 "psr/http-message" : " ^1 || ^2" ,
47- "phpunit/phpunit" : " ^12.0 "
47+ "phpunit/phpunit" : " ^12.1 "
4848 },
4949 "require-dev" : {
5050 "nyholm/psr7" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments