Skip to content

Commit

Permalink
Ensure docker image is built off local branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed May 19, 2023
1 parent b19a1ed commit 137475a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ALL-phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: PHPUnit
name: PHPUnit Matrixed
on:
push:
branches-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/MAIN-phpunit-php8.0_D9_4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
php-version: '8.0'
pgsql-version: '13'
drupal-version: '9.4.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
2 changes: 2 additions & 0 deletions .github/workflows/MAIN-phpunit-php8.0_D9_5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
php-version: '8.0'
pgsql-version: '13'
drupal-version: '9.5.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
2 changes: 2 additions & 0 deletions .github/workflows/MAIN-phpunit-php8.1_D10_0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
php-version: '8.1'
pgsql-version: '13'
drupal-version: '10.0.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
2 changes: 2 additions & 0 deletions .github/workflows/MAIN-phpunit-php8.1_D10_1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
php-version: '8.1'
pgsql-version: '13'
drupal-version: '10.1.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
2 changes: 2 additions & 0 deletions .github/workflows/MAIN-phpunit-php8.1_D9_4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
php-version: '8.1'
pgsql-version: '13'
drupal-version: '9.4.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
2 changes: 2 additions & 0 deletions .github/workflows/MAIN-phpunit-php8.1_D9_5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
php-version: '8.1'
pgsql-version: '13'
drupal-version: '9.5.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
2 changes: 2 additions & 0 deletions .github/workflows/MAIN-phpunit-php8.2_D10.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
php-version: '8.2'
pgsql-version: '13'
drupal-version: '10.0.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
2 changes: 2 additions & 0 deletions .github/workflows/MAIN-phpunit-php8.2_D10.1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
php-version: '8.2'
pgsql-version: '13'
drupal-version: '10.1.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
|-------------|-----------------|-----------------|-----------------|-----------------|
| **PHP 8.0** | ![Grid1A-Badge] | ![Grid1B-Badge] | | |
| **PHP 8.1** | ![Grid2A-Badge] | ![Grid2B-Badge] | ![Grid2C-Badge] | ![Grid2D-Badge] |
| **PHP 8.2** | ![Grid3A-Badge] | ![Grid3B-Badge] | ![Grid3C-Badge] | ![Grid3D-Badge] |
| **PHP 8.2** | | | ![Grid3C-Badge] | ![Grid3D-Badge] |

[Grid1A-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.0_D9_4x.yml/badge.svg
[Grid1B-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.0_D9_5x.yml/badge.svg
Expand All @@ -32,8 +32,6 @@
[Grid2C-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.1_D10_0x.yml/badge.svg
[Grid2D-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.1_D10_1x.yml/badge.svg

[Grid3A-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.2_D9_4x.yml/badge.svg
[Grid3B-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.2_D9_5x.yml/badge.svg
[Grid3C-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.2_D10_0x.yml/badge.svg
[Grid3D-Badge]: https://github.com/tripal/tripal/actions/workflows/MAIN-phpunit-php8.2_D10_1x.yml/badge.svg

Expand Down

0 comments on commit 137475a

Please sign in to comment.