From 76ced442f81a8b9acbe5f19e79c78266758ad2b0 Mon Sep 17 00:00:00 2001 From: Travis Carden Date: Tue, 17 Sep 2024 11:43:00 -0400 Subject: [PATCH] Add PHP 8.4 to Main GitHub Actions workflow. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46073ccf..00460601 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu, macos, windows ] - php: [ "8.1", "8.2", "8.3" ] + php: [ "8.1", "8.2", "8.3", "8.4" ] dependencies: [ low, high ] steps: - name: "Install rsync"