Skip to content

Commit cbae5c5

Browse files
authored
Merge pull request #41 from SOHELAHMED7/178-remove-php-72-and-73-from-github-action-ci
Resolve: Remove PHP 7.2 and 7.3 from Github action CI cebe#178
2 parents a56c90e + 635f55f commit cbae5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
23+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
2424

2525
# TODO use cache
2626
steps:

0 commit comments

Comments
 (0)