Skip to content

Commit bb607f4

Browse files
committed
Update Laminas integration
Signed-off-by: Aleksei Khudiakov <[email protected]>
1 parent 76689df commit bb607f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/laminas-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '7.3', '7.4' ]
14+
php: [ '7.3', '7.4', '8.0', '8.1' ]
1515
uses: ./.github/workflows/integration.yml
1616
with:
1717
php: ${{ matrix.php }}

.github/workflows/laminas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '8.0', '8.1', '8.2' ]
14+
php: [ '8.2', '8.3', '8.4' ]
1515
uses: ./.github/workflows/integration.yml
1616
with:
1717
php: ${{ matrix.php }}

0 commit comments

Comments
 (0)