Skip to content

Commit

Permalink
Run CI on php 8.3 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tugmaks authored Nov 28, 2023
1 parent 3912eff commit 1313c6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-standart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.2"
- "8.1"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.2"
- "8.1"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.2"
- "8.1"

Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"doctrine",
"skip-locked",
"nulls-last",
"nulls-first"
"nulls-first",
"tablesample"
],
"authors": [
{
Expand All @@ -25,8 +26,8 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.39",
"ergebnis/php-cs-fixer-config": "^6.10",
"friendsofphp/php-cs-fixer": "^3.37",
"ergebnis/php-cs-fixer-config": "^6.12",
"friendsofphp/php-cs-fixer": "^3.40",
"icanhazstring/composer-unused": "^0.8.10",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3",
Expand Down

0 comments on commit 1313c6f

Please sign in to comment.