mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-03 19:42:32 +00:00
Added workflows & moved stuff around
This commit is contained in:
3
.github/workflows/composer-install.yml
vendored
3
.github/workflows/composer-install.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user