Skip to content

Commit

Permalink
Erlaube PHP 8.3 (Case 169277) (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
relthyg authored Mar 15, 2024
1 parent ff46049 commit 6d6c49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- { php-version: 7.2, symfony-locked-version: 3.4.*, dependency-version: prefer-stable }
- { php-version: 7.4, symfony-locked-version: 4.4.*, dependency-version: prefer-stable }
- { php-version: 8.1, symfony-locked-version: none, dependency-version: prefer-stable }
- { php-version: 8.3, symfony-locked-version: none, dependency-version: prefer-stable }
name: PHPUnit (PHP ${{matrix.php-version}}, Symfony Version Lock ${{ matrix.symfony-locked-version }}, ${{ matrix.dependency-version }})
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},

"require": {
"php": "^7.2|8.0.*|8.1.*",
"php": "^7.2|8.0.*|8.1.*|8.3.*",
"doctrine/annotations": "^1.11",
"doctrine/collections": "^1.0",
"doctrine/orm": "^2.2",
Expand Down

0 comments on commit 6d6c49f

Please sign in to comment.