From ee7796c3bf3e346399f89794525c6058346e0e94 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 10 Jan 2023 18:39:26 +0100 Subject: [PATCH 1/2] Add php 8.2 to Github test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 30df49316..daf6228b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, 8.0, 8.1] + php: [7.4, 8.0, 8.1, 8.2] experimental: [false] include: - php: 8.1 From c2e8d8d4871c721836b1a5a1658efc181ce55425 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 23 Jan 2023 15:43:26 +0100 Subject: [PATCH 2/2] Add GH actions to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e4c2eee0..8fffb6510 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" - package-ecosystem: composer directory: "/" schedule: