Modified 3 tripaldocker/Dockerfiles for PHP 8.1, 8.2 and 8.3 to accom… #11
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 | |
jobs: | |
running-tests: | |
name: "Drupal 10.1: PHP 8.1" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v3 | |
- name: Run Automated testing | |
uses: tripal/[email protected] | |
with: | |
directory-name: 'tripal' | |
modules: 'tripal tripal_biodb tripal_chado' | |
php-version: '8.1' | |
pgsql-version: '13' | |
drupal-version: '10.1.x-dev' | |
build-image: true | |
dockerfile: "UseTripalDockerBackupClause" |