Run oci against all php versions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/24827/head
Julius Härtl 2021-01-05 17:21:14 +07:00 committed by MichaIng
parent cab44b6311
commit 1e266e8b38
1 changed files with 1 additions and 2 deletions

@ -12,10 +12,9 @@ jobs:
runs-on: ubuntu-20.04
strategy:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: [ '8.0' ]
php-versions: [ '7.3', '7.4', '8.0' ]
databases: [ 'oci' ]
name: php${{ matrix.php-versions }}-${{ matrix.databases }}