diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 5413f3b9..0c55689d 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -18,7 +18,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.1 coverage: none tools: composer @@ -47,7 +47,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.1 coverage: none tools: composer diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index 5c594f86..7505908c 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -18,7 +18,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.1 coverage: xdebug tools: composer diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72494136..1602b2b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d19db1..269a2aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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