Skip to content

Commit

Permalink
Build against PHP 8.3 and 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Namoshek committed Dec 27, 2024
1 parent 2de3cd7 commit 809b032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4']
db-connection: ['sqlite_inmemory', 'sqlite_file', 'mysql', 'pgsql', 'sqlsrv']
include:
- operating-system: 'ubuntu-latest'
php-version: '8.2'
php-version: '8.4'
db-connection: 'sqlite_inmemory'
run-sonarqube-analysis: true

Expand Down

0 comments on commit 809b032

Please sign in to comment.