Skip to content

Commit

Permalink
ops stable-3_3_0 stable-3_3_0 node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 25, 2024
1 parent bcedca7 commit 4712aa6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stable-3_3_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: [push, pull_request]
name: ops
jobs:
ops:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
database: ['pgsql','mysql']
php-version: ['8.2' ]


name: ops
steps:
- uses: xmlFlow/pkp-github-actions@v1
with:
node_version: 16.20.2

0 comments on commit 4712aa6

Please sign in to comment.