From 16ff717d8fc453a96ce0e8bdd52de0b9343f140a Mon Sep 17 00:00:00 2001 From: rico132 <83093843+rico132@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:24:47 +0100 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 550e5fb..df7c860 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -83,7 +83,7 @@ jobs: strategy: matrix: - php-version: [ '8.0', '8.1', '8.2' ] + php-version: [ '8.0', '8.1', '8.2', '8.3' ] name: Run tests on PHP v${{ matrix.php-version }} @@ -143,4 +143,4 @@ jobs: ref: snapshots - name: Delete snapshot branch - run: git push origin --delete snapshots \ No newline at end of file + run: git push origin --delete snapshots