We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0762fb0 commit 73f135dCopy full SHA for 73f135d
.github/workflows/phpstan.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- php-versions: ['8.2', '8.3']
+ php-versions: ['8.2', '8.4']
30
31
steps:
32
- name: Checkout
.github/workflows/phpunit.yml
@@ -25,7 +25,7 @@ jobs:
25
if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ php-versions: ['8.2', '8.3', '8.4']
db-platforms: ['MySQLi']
services:
.github/workflows/rector.yml
0 commit comments