Skip to content

Commit 1892d77

Browse files
committed
set 1.7.0
1 parent bd34c2f commit 1892d77

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/code-style.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.0
21+
php-version: 8.1
2222
coverage: none
2323
tools: composer
2424

@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: shivammathur/setup-php@v2
4949
with:
50-
php-version: 8.0
50+
php-version: 8.1
5151
coverage: none
5252
tools: composer
5353

.github/workflows/mutation-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.0
21+
php-version: 8.1
2222
coverage: xdebug
2323
tools: composer
2424

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
dependencies: [ "lowest", "locked", "highest" ]
20-
php-version: [ "8.0" , "8.1", "8.2" ]
20+
php-version: [ "8.1", "8.2", "8.3" ]
2121
operating-system:
2222
- "ubuntu-latest"
2323
# - "windows-latest" # TODO: Windows is not working in the CI at the moment for some reason

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/gacela-project/gacela/compare/1.6.0...1.7.0) - 2023-12-21
4+
5+
- Change min PHP support for `PHP>=8.1`
6+
37
## [1.6.0](https://github.com/gacela-project/gacela/compare/1.5.0...1.6.0) - 2023-10-15
48

59
- Fixed combining event listeners from different `SetupGacela` objects

0 commit comments

Comments
 (0)