Skip to content

Commit

Permalink
[BUGFIX] Wrong GitLab job name (#1015)
Browse files Browse the repository at this point in the history
The job name did not match the file name and the actual content of the
job.

Relates: #976
  • Loading branch information
DanielSiepmann authored Nov 27, 2023
1 parent 2c3ec6a commit 687af8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
func-php8.2-v11-lowest:
func-php8.2-v12-lowest:
extends: .default
image: php:8.2
services:
Expand Down

0 comments on commit 687af8b

Please sign in to comment.