Bump PHP support from 8.1 to 8.5

We want to release version 3.0 as fresh as possible, without having to
maintain backward compatibility with the previous versions. Because that
version will be on for some time, we decided it will be best to support
only PHP version 8.5 or higher.

Acked-by: Alexandre Gomes Gaigalas <alganet@gmail.com>
This commit is contained in:
Henrique Moody 2025-12-17 13:38:58 +01:00
commit 7f66bcea10
No known key found for this signature in database
GPG key ID: 221E9281655813A6
48 changed files with 201 additions and 224 deletions

View file

@ -19,10 +19,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
- "8.5"
steps:
- name: Checkout
@ -61,7 +58,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.5
coverage: pcov
- name: Install Localisation Files
@ -93,7 +90,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
php-version: 8.5
coverage: none
- name: Install dependencies