Skip to content

Commit f665e3a

Browse files
committed
Removes php 7.2 from the jobs matrix
1 parent 327f856 commit f665e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os: [ubuntu-latest]
27-
php: [7.2, 7.3, 7.4, 8.0]
27+
php: [7.3, 7.4, 8.0]
2828
laravel: [7.*, 8.*]
2929
stability: [prefer-stable]
3030
include:

0 commit comments

Comments
 (0)