Merge pull request #136 from creative-commoners/pulls/3/php-ci

MNT Use PHP 8.1 for manually created CI jobs
This commit is contained in:
Sabina Talipova 2022-08-22 10:18:25 +12:00 committed by GitHub
commit a8c5c18a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ jobs:
# set phpunit to false to prevent automatic generation of mysql phpunit jobs # set phpunit to false to prevent automatic generation of mysql phpunit jobs
phpunit: false phpunit: false
extra_jobs: | extra_jobs: |
- php: 7.4 - php: 8.1
db: pgsql db: pgsql
phpunit: true phpunit: true
composer_args: --prefer-lowest composer_args: --prefer-lowest
- php: 8.0 - php: 8.1
db: pgsql db: pgsql
phpunit: true phpunit: true
- php: 8.1 - php: 8.1