From 5e67fa7dadcf209d0e93ba66ffa0d328565c2387 Mon Sep 17 00:00:00 2001 From: Georges Date: Tue, 9 Jan 2024 21:09:01 +0100 Subject: [PATCH] Added Github Actions environment --- .github/workflows/php.yml | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 9d8249a..21bedd1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,6 +11,7 @@ permissions: jobs: run: + environment: github-ci runs-on: ${{ matrix.operating-system }} timeout-minutes: 60 strategy: diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d8fb2..e3168c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ ##### 10 january 2024 - __Driver Core__ - Driver is maintained by @Geolim4 - - `Xouchdb` is now an extension separated from the main Phpfastcache repository. + - `Couchdb` is now an extension separated from the main Phpfastcache repository.