Skip to content

Commit

Permalink
chore: add testruns against php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 19, 2023
1 parent b2c2f14 commit 2dbdcde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
deps:
- "highest"
dbal-version:
Expand All @@ -35,10 +36,10 @@ jobs:
- deps: "lowest"
php-version: "7.4"
- deps: "highest"
php-version: "8.2"
php-version: "8.3"
dbal-version: "^2.13.1"
- deps: "highest"
php-version: "8.2"
php-version: "8.3"
dbal-version: "^3.2"
- deps: "highest"
php-version: "8.1"
Expand Down

0 comments on commit 2dbdcde

Please sign in to comment.