From e22001d6e3b02c755d258f2395cbd33dea7813c5 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Tue, 26 Dec 2023 19:45:50 -0800 Subject: [PATCH] chore: add php 8.4-dev syntax check to ci (#7118) --- .github/workflows/syntax.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syntax.yml b/.github/workflows/syntax.yml index f86c7633251..c74d14d85b2 100644 --- a/.github/workflows/syntax.yml +++ b/.github/workflows/syntax.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php }} steps: - uses: actions/checkout@v3