Skip to content

Commit

Permalink
Merge pull request #41 from SOHELAHMED7/178-remove-php-72-and-73-from…
Browse files Browse the repository at this point in the history
…-github-action-ci

Resolve: Remove PHP 7.2 and 7.3 from Github action CI cebe#178
  • Loading branch information
SOHELAHMED7 authored May 30, 2024
2 parents a56c90e + 635f55f commit cbae5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']

# TODO use cache
steps:
Expand Down

0 comments on commit cbae5c5

Please sign in to comment.