From c6f86e3a4d7025ac6a908d7c10d8364d813cfd00 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Thu, 12 Dec 2024 17:51:03 +0100 Subject: [PATCH] set php version matrix to 8.1, 8.2, 8.3, 8.4 for tests in GitHub actions --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ce5b6e1..871ae71 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php-version: [ '8.0', '8.1' ] + php-version: [ '8.1', '8.2', '8.3', '8.4' ] etcd-version: [ '3.3.27', '3.4.18', '3.5.2' ] name: Run tests on PHP v${{ matrix.php-version }} with etcd v${{ matrix.etcd-version }}