Skip to content

Commit a79fdd7

Browse files
author
Jonathan Visser
committed
Dropping php7.4 to support php-di:^7
1 parent d96cf2f commit a79fdd7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
strategy:
99
matrix:
1010
php_version:
11-
- "7.4"
1211
- "8.0"
1312
- "8.1"
1413
- "8.2"

.github/workflows/test.yaml

Lines changed: 4 additions & 4 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.1, 8.2] # 8.3 is disabled for now, since Magento 2 does not support this yet.
9+
php_version: [8.0, 8.1, 8.2, 8.3] # 8.4 is disabled for now, since Magento 2 does not support this yet.
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.2' }}
22+
if: ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.3' }}
2323
uses: webfactory/[email protected]
2424
with:
2525
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2626
- name: Run brancher testsuite
27-
if: ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.2' }}
27+
if: ${{ matrix.testsuite == 'brancher' && matrix.php_version == '8.3' }}
2828
run: ./runtests.sh brancher
2929
shell: bash
3030
env:
@@ -34,7 +34,7 @@ jobs:
3434
code_quality:
3535
strategy:
3636
matrix:
37-
php_version: [7.4, 8.1, 8.2, 8.3, 8.4]
37+
php_version: [8.0, 8.1, 8.2, 8.3, 8.4]
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout hypernode-deploy

0 commit comments

Comments
 (0)