diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 9bc2b5703..93b9714d7 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -22,7 +22,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: '8.3' coverage: none tools: composer extensions: pcntl, curl, sqlite3, zip, dom, mbstring, json @@ -92,7 +92,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] steps: - name: Check out source code uses: actions/checkout@v3