mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
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:
commit
a8c5c18a25
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user