From 8290d9fe9572e39da84a28dea5aac62e1eef31fe Mon Sep 17 00:00:00 2001 From: Martin Mitterhauser Date: Mon, 11 Mar 2024 15:15:13 +0100 Subject: [PATCH] test php 8.3 as well --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bcd56d0..aa00f85 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_version: [ 7.4, 8.0, 8.1, 8.2 ] + php_version: [ 7.4, 8.0, 8.1, 8.2, 8.3 ] steps: - uses: actions/checkout@v3 - uses: php-actions/composer@v6 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_version: [ 7.4, 8.0, 8.1, 8.2 ] + php_version: [ 7.4, 8.0, 8.1, 8.2, 8.3 ] steps: - uses: actions/checkout@v3 - uses: php-actions/composer@v6