Skip to content

Commit 841ecf4

Browse files
committed
Drop build step for 7.3 and reduce number of builds
1 parent ec92248 commit 841ecf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ '7.3', '7.4', '8.0', '8.1' ]
15-
stability: [ prefer-lowest, prefer-stable ]
14+
php: [ '7.4', '8.0', '8.1', '8.2' ]
15+
stability: [ prefer-stable ]
1616

1717
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
1818

0 commit comments

Comments
 (0)