Skip to content

Commit

Permalink
oracle-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed May 20, 2024
1 parent 6ca63dd commit d250b47
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ jobs:

strategy:
matrix:
php: [ 8.3, 8.2 ]
database: [ mysql, mariadb, pgsql, sqlite, sqlsrv, singlestore, oracle ] # TODO[L11]: firebird
release: [ stable, lowest ]
include:
- php: 8.3
release: stable
coverage: true
php: [ 8.3 ]
database: [ oracle ]
release: [ stable ]

steps:
- name: Check out code
Expand Down

0 comments on commit d250b47

Please sign in to comment.