Actions will default to php 8.4

This commit is contained in:
James Cole
2024-12-27 19:51:20 +01:00
parent 8ab7cf2388
commit 2dddaa36d5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
phpversion: phpversion:
description: 'PHP version' description: 'PHP version'
required: true required: true
default: '8.3' default: '8.4'
schedule: schedule:
- cron: '0 3 * * MON' - cron: '0 3 * * MON'

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup PHP with Xdebug - name: Setup PHP with Xdebug
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.3' php-version: '8.4'
coverage: xdebug coverage: xdebug
extensions: >- extensions: >-
bcmath bcmath