Skip to content

Commit

Permalink
Merge pull request #33 from druidfi/test-with-php-8.3
Browse files Browse the repository at this point in the history
Test with PHP 8.3 and user MariaDB 10.11 LTS
  • Loading branch information
back-2-95 authored Nov 27, 2023
2 parents f8d881a + 25cbf02 commit e489d11
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
include:
# MySQL 5.7
- os: ubuntu-20.04
database: 'mysql'
database-version: '5.7'
Expand All @@ -33,6 +34,11 @@ jobs:
database: 'mysql'
database-version: '5.7'
php-version: '8.2'
- os: ubuntu-20.04
database: 'mysql'
database-version: '5.7'
php-version: '8.3'
# MySQL 8.0
- os: ubuntu-latest
database: 'mysql'
database-version: '8.0'
Expand All @@ -49,22 +55,31 @@ jobs:
database: 'mysql'
database-version: '8.0'
php-version: '8.2'
- os: ubuntu-latest
database: 'mysql'
database-version: '8.0'
php-version: '8.3'
# MariaDB 10.11 LTS
- os: ubuntu-20.04
database: 'mariadb'
database-version: '10.6'
database-version: '10.11'
php-version: '7.4'
- os: ubuntu-20.04
database: 'mariadb'
database-version: '10.6'
database-version: '10.11'
php-version: '8.0'
- os: ubuntu-20.04
database: 'mariadb'
database-version: '10.6'
database-version: '10.11'
php-version: '8.1'
- os: ubuntu-20.04
database: 'mariadb'
database-version: '10.6'
database-version: '10.11'
php-version: '8.2'
- os: ubuntu-20.04
database: 'mariadb'
database-version: '10.11'
php-version: '8.3'

steps:

Expand Down

0 comments on commit e489d11

Please sign in to comment.