Skip to content

Commit

Permalink
Update testing grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 30, 2024
1 parent 5d73010 commit 2e0cfb2
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 41 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/MAIN-phpunit-Grid1A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.5
with:
directory-name: 'tripal_blast'
modules: 'tripal_blast'
php-version: '8.0'
pgsql-version: '13'
drupal-version: '9.3.x-dev'
php-version: '8.1'
pgsql-version: '16'
drupal-version: '10.0.x-dev'
10 changes: 5 additions & 5 deletions .github/workflows/MAIN-phpunit-Grid1B.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.5
with:
directory-name: 'tripal_blast'
modules: 'tripal_blast'
php-version: '8.0'
pgsql-version: '13'
drupal-version: '9.4.x-dev'
php-version: '8.1'
pgsql-version: '16'
drupal-version: '10.1.x-dev'
10 changes: 5 additions & 5 deletions .github/workflows/MAIN-phpunit-Grid1C.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.5
with:
directory-name: 'tripal_blast'
modules: 'tripal_blast'
php-version: '8.0'
pgsql-version: '13'
drupal-version: '9.5.x-dev'
php-version: '8.1'
pgsql-version: '16'
drupal-version: '10.2.x-dev'
10 changes: 5 additions & 5 deletions .github/workflows/MAIN-phpunit-Grid2A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.5
with:
directory-name: 'tripal_blast'
modules: 'tripal_blast'
php-version: '8.1'
pgsql-version: '13'
drupal-version: '9.3.x-dev'
php-version: '8.2'
pgsql-version: '16'
drupal-version: '10.0.x-dev'
10 changes: 5 additions & 5 deletions .github/workflows/MAIN-phpunit-Grid2B.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.5
with:
directory-name: 'tripal_blast'
modules: 'tripal_blast'
php-version: '8.1'
pgsql-version: '13'
drupal-version: '9.4.x-dev'
php-version: '8.2'
pgsql-version: '16'
drupal-version: '10.2.x-dev'
10 changes: 5 additions & 5 deletions .github/workflows/MAIN-phpunit-Grid2C.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.5
with:
directory-name: 'tripal_blast'
modules: 'tripal_blast'
php-version: '8.1'
pgsql-version: '13'
drupal-version: '9.5.x-dev'
php-version: '8.2'
pgsql-version: '16'
drupal-version: '10.2.x-dev'
19 changes: 19 additions & 0 deletions .github/workflows/MAIN-phpunit-Grid3C.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PHPUnit
on:
push:
branches:
- 2.x
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Automated testing
uses: tripal/[email protected]
with:
directory-name: 'tripal_blast'
modules: 'tripal_blast'
php-version: '8.3'
pgsql-version: '16'
drupal-version: '10.2.x-dev'
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,25 @@ The following compatibility is proven via automated testing workflows.

![Tripal Version for following tests](https://img.shields.io/badge/Tripal-4.x--dev-green)

| Drupal | 9.3.x | 9.4.x | 9.5.x | 10.0.x |
|--------|-------|-------|-------|--------|
| **PHP 8.0** | ![Grid1A-Badge] | ![Grid1B-Badge] | ![Grid1C-Badge] | |
| **PHP 8.1** | ![Grid2A-Badge] | ![Grid2B-Badge] | ![Grid2C-Badge] | |
| Drupal | 10.0.x | 10.1.x | 10.2.x |
|-------------|-----------------|-----------------|-----------------|
| **PHP 8.1** | ![Grid1A-Badge] | ![Grid1B-Badge] | ![Grid1C-Badge] |
| **PHP 8.2** | ![Grid2A-Badge] | ![Grid2B-Badge] | ![Grid2C-Badge] |
| **PHP 8.3** | | | ![Grid3C-Badge] |

[our CodeClimate project page]: https://codeclimate.com/github/tripal/tripal_blast
[MaintainabilityBadge]: https://api.codeclimate.com/v1/badges/5071f91a02a3fcafc275/maintainability
[TestCoverageBadge]: https://api.codeclimate.com/v1/badges/5071f91a02a3fcafc275/test_coverage

[Grid1A-Badge]: https://github.com/tripal/tripal_blast/actions/workflows/MAIN-phpunit-Grid1A.yml/badge.svg
[Grid1B-Badge]: https://github.com/tripal/tripal_blast/actions/workflows/MAIN-phpunit-Grid1B.yml/badge.svg
[Grid1C-Badge]: https://github.com/tripal/tripal_blast/actions/workflows/MAIN-phpunit-Grid1C.yml/badge.svg
[Grid1A-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.1_D10_0x.yml/badge.svg
[Grid1B-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.1_D10_1x.yml/badge.svg
[Grid1C-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.1_D10_2x.yml/badge.svg

[Grid2A-Badge]: https://github.com/tripal/tripal_blast/actions/workflows/MAIN-phpunit-Grid2A.yml/badge.svg
[Grid2B-Badge]: https://github.com/tripal/tripal_blast/actions/workflows/MAIN-phpunit-Grid2B.yml/badge.svg
[Grid2C-Badge]: https://github.com/tripal/tripal_blast/actions/workflows/MAIN-phpunit-Grid2C.yml/badge.svg
[Grid2D-Badge]: https://github.com/tripal/tripal_blast/actions/workflows/MAIN-phpunit-Grid2D.yml/badge.svg
[Grid2A-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.2_D10_0x.yml/badge.svg
[Grid2B-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.2_D10_1x.yml/badge.svg
[Grid2C-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.2_D10_2x.yml/badge.svg

[Grid3C-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.3_D10_2x.yml/badge.svg

## Docker

Expand Down

0 comments on commit 2e0cfb2

Please sign in to comment.