-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (30 loc) · 1.12 KB
/
MAIN-phpunit-Grid2B.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
## UPDATES
## Update the version numbers in the job name and the action parameters
# |-------------|-----------------|-----------------|-----------------|
# | Drupal | 10.2.x | 10.3.x | 10.4.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] |
jobs:
grid-2B:
name: "Drupal 10.3.x-dev - PHP 8.2 - 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.2
pgsql-version: 16
drupal-version: 10.3.x-dev