Skip to content

Commit

Permalink
Merge pull request #6636 from doctrine/3.9.x
Browse files Browse the repository at this point in the history
Merge 3.9.x up into 3.10.x
  • Loading branch information
morozov authored Nov 29, 2024
2 parents 9c6e7c2 + 8e8646a commit 54c7706
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.2.0"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.3.0"
62 changes: 17 additions & 45 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- "ubuntu-22.04"
php-version:
- "7.4"
- "8.3"
- "8.4"
- "8.5"
dependencies:
- "highest"
extension:
Expand All @@ -53,10 +53,6 @@ jobs:
php-version: "7.4"
dependencies: "highest"
extension: "sqlite3"
- os: "ubuntu-22.04"
php-version: "8.1"
dependencies: "highest"
extension: "sqlite3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -104,16 +100,14 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"
oracle-version:
- "21"
- "23"
include:
- php-version: "7.4"
oracle-version: "23"
- php-version: "8.2"
oracle-version: "23"
- php-version: "8.4"
- php-version: "8.5"
oracle-version: "23"

services:
Expand Down Expand Up @@ -165,16 +159,14 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"
oracle-version:
- "21"
- "23"
include:
- php-version: "7.4"
oracle-version: "23"
- php-version: "8.2"
oracle-version: "23"
- php-version: "8.4"
- php-version: "8.5"
oracle-version: "23"

services:
Expand Down Expand Up @@ -226,7 +218,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"
postgres-version:
- "9.4"
- "11" # We have code specific to 10.0-12.0
Expand All @@ -238,19 +230,13 @@ jobs:
- php-version: "7.4"
postgres-version: "17"
extension: "pgsql"
- php-version: "8.2"
postgres-version: "17"
extension: "pgsql"
- php-version: "8.4"
- php-version: "8.5"
postgres-version: "17"
extension: "pgsql"
- php-version: "7.4"
postgres-version: "17"
extension: "pdo_pgsql"
- php-version: "8.2"
postgres-version: "17"
extension: "pdo_pgsql"
- php-version: "8.4"
- php-version: "8.5"
postgres-version: "17"
extension: "pdo_pgsql"

Expand Down Expand Up @@ -302,7 +288,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"
mariadb-version:
# keep in sync with https://mariadb.org/about/#maintenance-policy
- "10.0" # Oldest version supported by DBAL
Expand All @@ -318,19 +304,13 @@ jobs:
- php-version: "7.4"
mariadb-version: "11.4"
extension: "mysqli"
- php-version: "8.2"
mariadb-version: "11.4"
extension: "mysqli"
- php-version: "8.4"
- php-version: "8.5"
mariadb-version: "11.4"
extension: "mysqli"
- php-version: "7.4"
mariadb-version: "11.4"
extension: "pdo_mysql"
- php-version: "8.2"
mariadb-version: "11.4"
extension: "pdo_mysql"
- php-version: "8.4"
- php-version: "8.5"
mariadb-version: "11.4"
extension: "pdo_mysql"

Expand Down Expand Up @@ -383,7 +363,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"
mysql-version:
- "5.7"
- "8.0" # We have code specific to ^8.0
Expand All @@ -401,19 +381,13 @@ jobs:
- php-version: "7.4"
mysql-version: "9.1"
extension: "mysqli"
- php-version: "8.2"
mysql-version: "9.1"
extension: "mysqli"
- php-version: "8.4"
- php-version: "8.5"
mysql-version: "9.1"
extension: "mysqli"
- php-version: "7.4"
mysql-version: "9.1"
extension: "pdo_mysql"
- php-version: "8.2"
mysql-version: "9.1"
extension: "pdo_mysql"
- php-version: "8.4"
- php-version: "8.5"
mysql-version: "9.1"
extension: "pdo_mysql"

Expand Down Expand Up @@ -471,9 +445,8 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.2"
- "8.3"
- "8.4"
- "8.5"
extension:
- "sqlsrv"
- "pdo_sqlsrv"
Expand Down Expand Up @@ -539,9 +512,8 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.2"
- "8.3"
- "8.4"
- "8.5"

services:
ibm_db2:
Expand Down Expand Up @@ -574,7 +546,7 @@ jobs:
- name: "Install IBM DB2 CLI driver"
working-directory: /tmp
run: |
wget https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz
wget https://github.com/ibmdb/db2drivers/raw/refs/heads/main/clidriver/v11.5.9/linuxx64_odbc_cli.tar.gz
tar xf linuxx64_odbc_cli.tar.gz
rm linuxx64_odbc_cli.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:
jobs:
documentation:
name: "Documentation"
uses: "doctrine/.github/.github/workflows/documentation.yml@5.2.0"
uses: "doctrine/.github/.github/workflows/documentation.yml@5.3.0"
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.3"
- "8.4"
mariadb-version:
- "earliest"
- "verylatest"
Expand Down

0 comments on commit 54c7706

Please sign in to comment.