Skip to content

Commit

Permalink
set 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Dec 21, 2023
1 parent bd34c2f commit 1892d77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: composer

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: composer

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: xdebug
tools: composer

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
dependencies: [ "lowest", "locked", "highest" ]
php-version: [ "8.0" , "8.1", "8.2" ]
php-version: [ "8.1", "8.2", "8.3" ]
operating-system:
- "ubuntu-latest"
# - "windows-latest" # TODO: Windows is not working in the CI at the moment for some reason
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.7.0](https://github.com/gacela-project/gacela/compare/1.6.0...1.7.0) - 2023-12-21

- Change min PHP support for `PHP>=8.1`

## [1.6.0](https://github.com/gacela-project/gacela/compare/1.5.0...1.6.0) - 2023-10-15

- Fixed combining event listeners from different `SetupGacela` objects
Expand Down

0 comments on commit 1892d77

Please sign in to comment.