We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6746963 commit 3e3a8ccCopy full SHA for 3e3a8cc
.github/workflows/build.yml
@@ -30,23 +30,25 @@ jobs:
30
COMPOSER_ROOT_VERSION: 1.0.0
31
EXTENSIONS: pdo, pdo_oci
32
33
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
34
35
strategy:
36
matrix:
37
- os:
38
- - ubuntu-latest
39
-
40
php:
41
- - 8.0
42
- - 8.1
43
- - 8.2
44
- 8.3
45
46
oracle:
47
- 18
48
- 21
49
+ include:
+ - php: 8.0
+ oracle: 21
+ - php: 8.1
+ - php: 8.2
50
51
+
52
services:
53
oci:
54
image: gvenzl/oracle-xe:${{ matrix.oracle }}
0 commit comments