Update PHP version in dependency update workflow

This commit is contained in:
James Collins
2026-01-01 06:58:23 +10:00
committed by GitHub
parent a65f0eead6
commit d9fc6c95f3

View File

@@ -1,4 +1,4 @@
name: Dependency update name: Dependency Update
on: on:
schedule: schedule:
@@ -22,7 +22,7 @@ jobs:
- uses: shivammathur/setup-php@v2 - uses: shivammathur/setup-php@v2
with: with:
php-version: "8.3" php-version: "8.4"
tools: composer:v2 tools: composer:v2
- name: Install current deps - name: Install current deps