Skip to content

Commit

Permalink
omp main 240204-210234
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 4, 2024
1 parent 4447f45 commit c675328
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: [push, pull_request]
name: main
jobs:
main:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
database: ['pgsql','mysql','mariadb']
php-version: [ '8.1' ,'8.2']


name: main
steps:
- uses: xmlFlow/pkp-github-actions@v1
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
So 4. Feb 21:02:38 CET 2024

0 comments on commit c675328

Please sign in to comment.