Skip to content

Commit

Permalink
ops main main-n20
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 28, 2024
1 parent 8aa8ee2 commit a2d9a76
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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: xmlFlow/pkp-github-actions@v1
with:
upgrade_test: 'stable-3_3_0,stable-3_4_0'

0 comments on commit a2d9a76

Please sign in to comment.