From cb946f91e92970bd6e3599dfcc796312970fcb9d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 23 Mar 2024 10:40:51 -0400 Subject: [PATCH] Update github workflows --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae38975..bd4f847 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - php-versions: ['8.2', '8.1', '8.0'] + php-versions: ['8.3', '8.2'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1