Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Dec 28, 2023
1 parent 2d46ba0 commit e26634c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: build

VERSION=8.2.13
VERSION=8.3.1
VERSION_MAJOR=8
VERSION_MINOR=2
VERSION_PATCH=13
VERSION_MINOR=3
VERSION_PATCH=1
FLAVOUR=cli
TAG=php-buildtest

Expand Down
5 changes: 3 additions & 2 deletions bin/build-matrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
)

var version = map[string]string{
"8.1.26": "",
"8.2.13": "",
"8.1.27": "",
"8.2.14": "",
"8.3.1": "",
}

func main() {
Expand Down

0 comments on commit e26634c

Please sign in to comment.