From 3c6846455bf31f6db87bb05dd1e806da8fc424d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 5 May 2024 16:56:25 +0200 Subject: [PATCH 1/3] Stop maintaining 1.x There has not been a release in more than 1 year. --- .doctrine-project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index db4536e..2f3c46a 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -17,7 +17,7 @@ "name": "1.5", "branchName": "1.5.x", "slug": "1.5", - "maintained": true + "maintained": false }, { "name": "1.4", From cd2b58d04a99a48c2da6aafd6a821c092f7492b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 5 May 2024 16:57:19 +0200 Subject: [PATCH 2/3] Upgrade CI workflow --- .github/workflows/continuous-integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 202df03..27a3b56 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,7 +12,9 @@ on: jobs: phpunit: name: "PHPUnit" - uses: "doctrine/.github/.github/workflows/continuous-integration.yml@4.0.0" + uses: "doctrine/.github/.github/workflows/continuous-integration.yml@5.0.1" with: php-versions: '["8.1", "8.2", "8.3"]' composer-root-version: "1.4" + secrets: + CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" From 6e86387e7eefaa09c0fd9fcb831e0fd052b30479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 5 May 2024 16:57:34 +0200 Subject: [PATCH 3/3] Setup Dependabot for Github actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..15bd172 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - "CI"