Skip to content

Commit

Permalink
TEST: Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsvetanov committed Dec 12, 2023
1 parent 025d854 commit 69003b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
notify_message "Current version is ${current_php_version} (Matrix version is: ${{ matrix.php-version }})"
if [[ "${{ matrix.php-version }}" == "${version}" ]]; then
if [[ "${{ matrix.php-version }}" == "${current_php_version}" ]]; then
notify_message "Current PHP version is the same as matrix php version."
else
notify_message "Current PHP version and matrix php version are different"
Expand Down

0 comments on commit 69003b1

Please sign in to comment.