You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Add more support
This commit is contained in:
+4
-1
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user