Merge pull request #141 from TripalCultivate/g0.140-BringImporterShar… #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PHPUnit | |
on: | |
push: | |
branches: | |
- 4.x | |
- g5.125-supportD11 | |
## UPDATES | |
## Update the version numbers in the job name and the action parameters | |
## | Drupal | 10.3.x | 10.4.x | 10.5.x | 11.0.x | 11.1.x | | |
## |-------------|-----------------|-----------------|-----------------|-----------------|-----------------| | |
## | **PHP 8.1** | ![Grid1A-Badge] | ![Grid2A-Badge] | ![Grid3A-Badge] | | | | |
## | **PHP 8.2** | ![Grid1B-Badge] | ![Grid2B-Badge] | ![Grid3B-Badge] | | | | |
## | **PHP 8.3** | ![Grid1C-Badge] | ![Grid2C-Badge] | ![Grid3C-Badge] | ![Grid4C-Badge] | ![Grid5C-Badge] | | |
jobs: | |
grid-4C: | |
name: "Drupal 11.0.x-dev - PHP 8.3 - PostgreSQL 16" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Run Automated testing | |
uses: tripal/test-tripal-action@v1.6 | |
with: | |
directory-name: 'TripalCultivate-Phenotypes' | |
modules: 'trpcultivate_phenotypes trpcultivate_phenocollect trpcultivate_phenoshare' | |
build-image: TRUE | |
dockerfile: 'Dockerfile' | |
php-version: 8.3 | |
pgsql-version: 16 | |
drupal-version: 11.0.x-dev |