Skip to content

Commit

Permalink
OEL-0000: Matrix values must be wrapped in quotes when used in step c…
Browse files Browse the repository at this point in the history
…onditions.
  • Loading branch information
brummbar committed Feb 23, 2023
1 parent f801bf9 commit d6d5807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ pipeline:
when:
event: tag
matrix:
CORE_VERSION: 9.4.0
PHP_VERSION: 8.0
CORE_VERSION: "9.4.0"
PHP_VERSION: "8.0"

github-release:
image: registry.fpfis.eu/drone-plugins/github-release
Expand All @@ -91,8 +91,8 @@ pipeline:
when:
event: tag
matrix:
CORE_VERSION: 9.4.0
PHP_VERSION: 8.0
CORE_VERSION: "9.4.0"
PHP_VERSION: "8.0"

matrix:
include:
Expand Down

0 comments on commit d6d5807

Please sign in to comment.