From 45df5fe801c40e3e40f889df5b0e5f1e9d72bcc7 Mon Sep 17 00:00:00 2001 From: doobry Date: Sat, 30 Dec 2023 20:00:28 +0100 Subject: [PATCH] test(ci): Run integration tests with PHP8.2 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8510aabd..231882db 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0', '8.1', '8.2'] steps: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2