Skip to content

Commit

Permalink
Run tests with PHP 8.3 (#6060)
Browse files Browse the repository at this point in the history
PHP 8.3.0-alpha1 has been released. Let's see if our tests blow up. 💣
  • Loading branch information
derrabus authored Jun 13, 2023
1 parent 4e673be commit dbb8803
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "highest"
extension:
Expand Down Expand Up @@ -106,8 +107,8 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.1"
- "8.2"
- "8.3"
oracle-version:
- "21"
include:
Expand Down Expand Up @@ -164,8 +165,8 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.1"
- "8.2"
- "8.3"
oracle-version:
- "21"
include:
Expand Down Expand Up @@ -229,16 +230,16 @@ jobs:
- "pgsql"
- "pdo_pgsql"
include:
- php-version: "8.1"
- php-version: "8.2"
postgres-version: "15"
extension: "pgsql"
- php-version: "8.2"
- php-version: "8.3"
postgres-version: "15"
extension: "pgsql"
- php-version: "8.1"
- php-version: "8.2"
postgres-version: "15"
extension: "pdo_pgsql"
- php-version: "8.2"
- php-version: "8.3"
postgres-version: "15"
extension: "pdo_pgsql"

Expand Down Expand Up @@ -302,22 +303,22 @@ jobs:
- "mysqli"
- "pdo_mysql"
include:
- php-version: "8.1"
- php-version: "8.2"
mariadb-version: "10.7"
extension: "mysqli"
- php-version: "8.1"
- php-version: "8.2"
mariadb-version: "10.7"
extension: "pdo_mysql"
- php-version: "8.1"
- php-version: "8.2"
mariadb-version: "10.11"
extension: "mysqli"
- php-version: "8.1"
- php-version: "8.2"
mariadb-version: "10.11"
extension: "pdo_mysql"
- php-version: "8.2"
- php-version: "8.3"
mariadb-version: "10.11"
extension: "mysqli"
- php-version: "8.2"
- php-version: "8.3"
mariadb-version: "10.11"
extension: "pdo_mysql"

Expand Down Expand Up @@ -371,7 +372,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
mysql-version:
- "5.7"
- "8.0"
Expand All @@ -390,20 +391,20 @@ jobs:
php-version: "7.4"
mysql-version: "8.0"
extension: "mysqli"
- php-version: "8.1"
- php-version: "8.2"
mysql-version: "8.0"
extension: "mysqli"
custom-entrypoint: >-
--entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
- php-version: "8.1"
- php-version: "8.2"
mysql-version: "8.0"
extension: "pdo_mysql"
custom-entrypoint: >-
--entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
- php-version: "8.2"
- php-version: "8.3"
mysql-version: "8.0"
extension: "mysqli"
- php-version: "8.2"
- php-version: "8.3"
mysql-version: "8.0"
extension: "pdo_mysql"

Expand Down Expand Up @@ -461,8 +462,8 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.1"
- "8.2"
- "8.3"
extension:
- "sqlsrv"
- "pdo_sqlsrv"
Expand Down Expand Up @@ -529,6 +530,7 @@ jobs:
php-version:
- "7.4"
- "8.2"
- "8.3"

services:
ibm_db2:
Expand Down

0 comments on commit dbb8803

Please sign in to comment.