Skip to content

Commit

Permalink
ci: add PHP 8.3 to workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jan 25, 2024
1 parent 61c7fc5 commit 4ce427d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
typo3-versions: '^11'
- php-versions: '8.2'
typo3-versions: '^12'
- php-versions: '8.3'
typo3-versions: '^11'
- php-versions: '8.3'
typo3-versions: '^12'
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4ce427d

Please sign in to comment.