Skip to content

Commit

Permalink
CI: acc.-stage update matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Jan 28, 2024
1 parent 5b87484 commit a84a626
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/acceptance-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ jobs:
strategy:
max-parallel: 6
matrix:
openemr: [master, v7_0_2]
php: ['8.1']
openemr: [master, v7_0_2, v7_0_1_1]
php: ['8.1', '8.2']
is-php-experimental: [false]
# php:
# - '8.1'
# is-php-experimental: [false]
# include:
# - php: '8.1'
# openemr: [v7_0_1_1, v7_0_1]
# is-php-experimental: false
include:
- php: '8.0'
openemr: [v7_0_1_1, v7_0_1]
is-php-experimental: false
# - php: '8.2'
# openemr: [v7_0_1_1, v7_0_1]
# is-php-experimental: true
Expand Down Expand Up @@ -123,10 +120,6 @@ jobs:
ls -al interface/modules/custom_modules/
ls -al interface/modules/custom_modules/oe-module-todo-list
- name: Fix OpenEmr composer.json issues
run: |
composer update psr/cache:2.0.0
- name: Install module in openEmr
run: composer require medicalmundi/oe-module-todo-list
env:
Expand Down

0 comments on commit a84a626

Please sign in to comment.