🆙 Add more support

This commit is contained in:
Remco
2026-01-20 21:46:23 +01:00
parent 666a619954
commit c9d12775dd
8 changed files with 13553 additions and 4671 deletions
+4 -1
View File
@@ -9,6 +9,9 @@
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [8.4, 8.5]
services:
mariadb:
@@ -36,7 +39,7 @@
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
php-version: ${{ matrix.php-version }}
- name: Install composer dependencies
run: |