Skip to content

Commit

Permalink
Update versions in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Aug 19, 2024
1 parent 327f80f commit 23e3204
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
34 changes: 4 additions & 30 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,35 +42,9 @@ jobs:
with:
directory-name: tripal
modules: tripal
php-version: "8.1"
pgsql-version: "13"
drupal-version: "10.0.x"
php-version: "8.3"
pgsql-version: "16"
drupal-version: "10.4.x"
phpunit-command-options: '--filter testTripalAdminPages'
build-image: true
dockerfile: "tripaldocker/Dockerfile-php8.1-pgsql13"
test_dockfile_tripaldocker:
name: "Run Build Tripaldocker"
runs-on: ubuntu-latest
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: Clone Tripal for testing purposes
run: |
git clone https://github.com/tripal/tripal.git tmp
cd tmp
git checkout 4.x
mv * ../
ls ../
- name: Run the action step
uses: ./ # Uses an action in the root directory
with:
directory-name: tripal
modules: tripal
php-version: "8.1"
pgsql-version: "13"
drupal-version: "10.0.x"
phpunit-command-options: '--filter testTripalAdminPages'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
dockerfile: "Dockerfile"
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ inputs:
pgsql-version:
description: "The version of PostgreSQL you would like your tests run against. This must match one of the current versions TripalDocker is available in (e.g. 13)."
required: false
default: '13'
default: '16'
drupal-version:
description: "The version of Drupal you would like your tests run against. This must match one of the current versions TripalDocker is available in (e.g. 9.4.x-dev, 9.5.x-dev)."
required: false
default: '10.2.x-dev'
default: '10.4.x-dev'
phpunit-command-options:
description: "A string providing any options you would like added to the phpunit command."
required: false
Expand Down

0 comments on commit 23e3204

Please sign in to comment.