Skip to content

Commit

Permalink
ops main github actions support
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 18, 2024
1 parent cc597ba commit 9b8f3be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push, pull_request]
name: ops
jobs:
ops:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
database: ['pgsql','mysql','mariadb']
php-version: [ '8.1','8.2']

name: ops
steps:
- uses: pkp/pkp-github-actions@v1

0 comments on commit 9b8f3be

Please sign in to comment.