Skip to content

Commit

Permalink
[TASK] Add PHP 8.3 to phpunit matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jan 15, 2024
1 parent f66d0d4 commit 1a6df2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -102,9 +102,11 @@ jobs:
- php: "8.1"
typo3: "^11.5"
- php: "8.1"
typo3: "^12.1"
typo3: "^12.4"
- php: "8.2"
typo3: "^12.1"
typo3: "^12.4"
- php: "8.3"
typo3: "^12.4"

runs-on: ubuntu-latest

Expand Down

0 comments on commit 1a6df2b

Please sign in to comment.