Skip to content

Commit

Permalink
Merge pull request #84 from withanage/stable-3_3_0-github-actions
Browse files Browse the repository at this point in the history
Add github actions support for stable-3_3_0
  • Loading branch information
withanage committed Jul 31, 2024
2 parents c587c38 + 511a562 commit 8c97bd0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 42 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/stable-3_3_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
on: [push, pull_request]
name: staticpages
jobs:
staticpages:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- application: ojs
php-version: 7.4
database: mysql
- application: ojs
php-version: 8.0
database: mysql
- application: ojs
php-version: 7.4
database: pgsql
- application: ojs
php-version: 8.0
database: pgsql

name: staticpages
steps:
- uses: pkp/pkp-github-actions@v1
with:
node_version: 12
branch: stable-3_3_0
repository: pkp
plugin: true








42 changes: 0 additions & 42 deletions .travis.yml

This file was deleted.

0 comments on commit 8c97bd0

Please sign in to comment.