Skip to content

Commit

Permalink
add php83 in ci-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze authored Oct 1, 2024
1 parent f737c4f commit b657a0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- php-version: 8.2
dependencies: "--prefer-lowest --prefer-stable"
test_coverage: "no"
- php-version: 8.3
dependencies: "--prefer-stable"
test_coverage: "no"
- php-version: 8.3
dependencies: "--prefer-lowest --prefer-stable"
test_coverage: "no"

steps:
- name: Setup PHP
Expand Down

0 comments on commit b657a0a

Please sign in to comment.