From 1e266e8b38df76cfecdbff50b431e2dfb272ddf2 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Tue, 5 Jan 2021 17:21:14 +0100 Subject: Run oci against all php versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/oci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/oci.yml') diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 6a97a49bcb6..382ba4dafec 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -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 }} -- cgit v1.2.3