Skip to content

Commit

Permalink
chore: add testruns for php 8.3 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Mar 7, 2024
1 parent 3bd0d36 commit 08496d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
fail-fast: false
steps:
- name: Checkout
Expand All @@ -43,6 +44,7 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
fail-fast: false
env:
APP_DEBUG: '1' # https://github.com/phpstan/phpstan-symfony/issues/37
Expand Down Expand Up @@ -88,6 +90,7 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
fail-fast: false
timeout-minutes: 20
steps:
Expand Down

0 comments on commit 08496d8

Please sign in to comment.