File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - name : Setup PHP
1313 uses : shivammathur/setup-php@v2
1414 with :
15- php-version : ' 8.3 '
15+ php-version : ' 8.4 '
1616
1717 - name : Get composer cache directory
1818 id : composer-cache
4141 - name : Setup PHP
4242 uses : shivammathur/setup-php@v2
4343 with :
44- php-version : ' 8.3 '
44+ php-version : ' 8.4 '
4545
4646 - name : Get composer cache directory
4747 id : composer-cache
Original file line number Diff line number Diff line change 55 tests :
66 strategy :
77 matrix :
8- php-versions : [ '8.3', '8. 4' ]
8+ php-versions : [ '8.4' ]
99
1010 runs-on : ubuntu-latest
1111
@@ -42,20 +42,20 @@ jobs:
4242 run : sudo /etc/init.d/mysql start
4343
4444 - name : Test
45- if : matrix.php-versions != '8.3 '
45+ if : matrix.php-versions != '8.4 '
4646 run : composer test
4747 continue-on-error : true
4848
4949 - name : Test with Coverage
50- if : matrix.php-versions == '8.3 '
50+ if : matrix.php-versions == '8.4 '
5151 working-directory : ./
5252 run : |
5353 composer test-coverage
5454 sed -i 's/\/home\/runner\/work\/testutils\/testutils\//\/github\/workspace\//g' report.xml
5555 sed -i 's/\/home\/runner\/work\/testutils\/testutils\//\/github\/workspace\//g' clover.xml
5656
5757 - name : Scan code with SonarCloud
58- if : matrix.php-versions == '8.3 '
58+ if : matrix.php-versions == '8.4 '
5959 uses : SonarSource/sonarqube-scan-action@v5
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments