File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66 strategy :
77 matrix :
88 php-version :
9- - ' 8.1'
109 - ' 8.2'
10+ - ' 8.3'
11+ - ' 8.4'
1112
1213 name : PHP ${{ matrix.php-version }}
1314
4950 - name : Setup PHP, with composer and extensions
5051 uses : shivammathur/setup-php@v2
5152 with :
52- php-version : 8.1
53+ php-version : 8.2
5354 coverage : none
5455 tools : cs2pr
5556
7576 - name : Setup PHP, with composer and extensions
7677 uses : shivammathur/setup-php@v2
7778 with :
78- php-version : 8.1
79+ php-version : 8.2
7980 coverage : none
8081
8182 - name : Cache composer dependencies
@@ -102,7 +103,7 @@ jobs:
102103 - name : Setup PHP, with composer and extensions
103104 uses : shivammathur/setup-php@v2
104105 with :
105- php-version : 8.1
106+ php-version : 8.2
106107 coverage : pcov
107108
108109 - name : Cache composer dependencies
Original file line number Diff line number Diff line change 1414 analysis :
1515 image : default-bionic
1616 environment :
17- php : 8.1. 2
17+ php : 8.2
1818 tests :
1919 override :
2020 - php-scrutinizer-run
You can’t perform that action at this time.
0 commit comments