From 53f3d80c7e2991f9693ffd83fca701a6e885190b Mon Sep 17 00:00:00 2001 From: Christer Edvartsen Date: Sat, 9 Sep 2023 11:30:30 +0200 Subject: [PATCH] Test on php 8.3 as well --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c77a26d..c24c96c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2'] + php: ['8.1', '8.2', '8.3'] name: Validate and test on PHP ${{ matrix.php }} steps: - uses: actions/checkout@v3