Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 93c5f3d

Browse files
committed
fix: added 7.4 to test matrix
1 parent 7852c9d commit 93c5f3d

2 files changed

Lines changed: 469 additions & 483 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: true
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
php: [7.3, 8.0]
14+
php: [7.4, 8.0]
1515
stability: [prefer-lowest, prefer-stable]
1616

1717
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)