Skip to content

Commit 2f23612

Browse files
author
Jonathan Visser
committed
add 8.4 brancher pipeline for integration_test
1 parent 6af723d commit 2f23612

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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:

0 commit comments

Comments
 (0)