Added workflows & moved stuff around

This commit is contained in:
2023-04-24 00:04:28 +03:00
parent c43587dfbc
commit 94fc354f71
17 changed files with 436 additions and 46 deletions

View File

@@ -1,3 +1,4 @@
---
name: Run Composer Install
on:
@@ -14,7 +15,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v3