From 8f1b3881013e3c3de035a8d3a4973c645a62ac86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Riku=20S=C3=A4rkinen?= Date: Wed, 5 Mar 2025 04:27:40 +0000 Subject: [PATCH] chore: add php 8.3 support --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f9ce18..699632d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,15 +9,15 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - php: ['7.4', '8.0', '8.1', '8.2'] + php: ['7.4', '8.0', '8.1', '8.2', '8.3'] experimental: [false] include: - - php: '8.2' + - php: '8.3' analysis: true steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up PHP ${{ matrix.php }} uses: shivammathur/setup-php@v2