Skip to content

Commit 3e3a8cc

Browse files
committed
Exclude old versions for old PHP
1 parent 6746963 commit 3e3a8cc

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/build.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,25 @@ jobs:
3030
COMPOSER_ROOT_VERSION: 1.0.0
3131
EXTENSIONS: pdo, pdo_oci
3232

33-
runs-on: ${{ matrix.os }}
33+
runs-on: ubuntu-latest
3434

3535
strategy:
3636
matrix:
37-
os:
38-
- ubuntu-latest
39-
4037
php:
41-
- 8.0
42-
- 8.1
43-
- 8.2
4438
- 8.3
4539

4640
oracle:
4741
- 18
4842
- 21
4943

44+
include:
45+
- php: 8.0
46+
oracle: 21
47+
- php: 8.1
48+
oracle: 21
49+
- php: 8.2
50+
oracle: 21
51+
5052
services:
5153
oci:
5254
image: gvenzl/oracle-xe:${{ matrix.oracle }}

0 commit comments

Comments
 (0)