Skip to content

Commit

Permalink
omp main 240204-205841
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 4, 2024
1 parent 4447f45 commit 21b7a67
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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
with:
reset_commit: bf35d64faa93af00ad45dc5aeb5e93bdb0c1edfe
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
So 4. Feb 20:58:44 CET 2024

0 comments on commit 21b7a67

Please sign in to comment.