Skip to content

Commit

Permalink
omp main 240205-123657
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 5, 2024
1 parent 4447f45 commit 5d9d4b6
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: f627a8a7640c8b2f88407e21d4bbc29b9154bf2b
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mo 5. Feb 12:37:02 CET 2024

0 comments on commit 5d9d4b6

Please sign in to comment.