Skip to content

Commit

Permalink
Merge pull request #81 from withanage/main-github-actions
Browse files Browse the repository at this point in the history
Add github actions support for main
  • Loading branch information
withanage authored Jul 31, 2024
2 parents 04fda93 + 9c334b2 commit fe4382a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 51 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
on: [push]
name: staticpages
jobs:
staticpages:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- application: ojs
php-version: 8.3
database: mysql
- application: ojs
php-version: 8.2
database: mysql
- application: ojs
php-version: 8.3
database: pgsql
- application: ojs
php-version: 8.2
database: pgsql

name: staticpages
steps:
- uses: pkp/pkp-github-actions@v1
with:
node_version: 20
branch: main
repository: pkp
plugin: true

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

This file was deleted.

0 comments on commit fe4382a

Please sign in to comment.