-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (30 loc) · 1.26 KB
/
MAIN-phpunit-Grid3A.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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-3A:
name: "Drupal 10.5.x-dev - PHP 8.1 - 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.1
pgsql-version: 16
drupal-version: 10.5.x-dev