MNT Use PHP 8.1 for manually created CI jobs

This commit is contained in:
Steve Boyd 2022-08-18 11:01:28 +12:00
parent 78792957f3
commit 35874a9d77
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