Bump minimum PHP version to 8.3

This commit is contained in:
Dylan K. Taylor
2025-06-08 18:49:27 +01:00
parent 0330b25768
commit c3ea6edc22
7 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup PHP and tools
uses: shivammathur/setup-php@2.33.0
with:
php-version: 8.2
php-version: 8.3
- name: Restore Composer package cache
uses: actions/cache@v4