Skip to content

Commit

Permalink
Adjust test matrix to run tests of PHP 8.1 at dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jan 26, 2024
1 parent 4291a47 commit cf33d99
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
dependencies:
- highest
composer-stability:
- dev
- stable
include:
- php-version: '8.0'
Expand All @@ -42,18 +43,6 @@ jobs:
- php-version: '8.0'
dependencies: lowest
db: pgsql
- php-version: '8.3'
dependencies: highest
db: mysql
composer-stability: dev
- php-version: '8.3'
dependencies: highest
db: sqlite
composer-stability: dev
- php-version: '8.3'
dependencies: highest
db: pgsql
composer-stability: dev

services:
mysql:
Expand Down

0 comments on commit cf33d99

Please sign in to comment.