From 22ac909368f9ff4c2e4e94e15764fe6b7e048618 Mon Sep 17 00:00:00 2001 From: Anthony Clark Date: Fri, 6 Dec 2024 12:28:24 -0800 Subject: [PATCH] Update tests to include 8.4 and bump version --- .github/workflows/run-tests.yml | 2 +- bin/tlint | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3a28224..d56ed08 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu, macos, windows] - php: ["8.1", "8.2", "8.3"] + php: ["8.1", "8.2", "8.3", "8.4"] dependencies: [lowest, stable] steps: - uses: actions/checkout@v2 diff --git a/bin/tlint b/bin/tlint index dd930b4..72e5cd2 100755 --- a/bin/tlint +++ b/bin/tlint @@ -1,7 +1,7 @@ #!/usr/bin/env php