File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 integration_test :
77 strategy :
88 matrix :
9- php_version : [8.2, 8.3]
9+ php_version : [8.2, 8.3, 8.4 ]
1010 testsuite : [general, brancher]
1111 runs-on : ubuntu-latest
1212 steps :
@@ -19,12 +19,12 @@ jobs:
1919 env :
2020 PHP_VERSION : ${{ matrix.php_version }}
2121 - name : Start SSH agent for brancher testsuite
22- if : ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.3 ' }}
22+ if : ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.4 ' }}
2323 uses : webfactory/ssh-agent@v0.5.4
2424 with :
2525 ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
2626 - name : Run brancher testsuite
27- if : ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.3 ' }}
27+ if : ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.4 ' }}
2828 run : ./runtests.sh brancher
2929 shell : bash
3030 env :
You can’t perform that action at this time.
0 commit comments