Skip to content

Commit

Permalink
Merge branch 'main' into issue-644-remove-get-derived
Browse files Browse the repository at this point in the history
  • Loading branch information
dmols committed Jun 29, 2023
2 parents e836f84 + 6169231 commit 9107666
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 38 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/udoit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.1']
node-version: [16.19.0]
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Check PHP syntax errors
uses: overtrue/phplint@3.0.3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
Expand Down
1 change: 1 addition & 0 deletions build/nginx/php-custom.ini
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
max_execution_time = 180
memory_limit = 500M
73 changes: 35 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9107666

Please sign in to comment.