File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2222 strategy :
2323 fail-fast : false
2424 matrix :
25- php : ["8.3 "]
25+ php : ["8.4 "]
2626 steps :
2727 - name : PHP Static code analysis
2828 uses : infinum/eightshift-deploy-actions-public/.github/actions/lint/php-stan@main
3636 strategy :
3737 fail-fast : false
3838 matrix :
39- php : ["8.3 "]
39+ php : ["8.4 "]
4040 steps :
4141 - name : PHP check coding standards
4242 uses : infinum/eightshift-deploy-actions-public/.github/actions/lint/php-cs@main
5050 strategy :
5151 fail-fast : false
5252 matrix :
53- php : ["8.3 "]
53+ php : ["8.4 "]
5454 steps :
5555 - name : Checkout code
5656 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
1313
1414### Updated
1515
16- - increased code coverage for the existing tests.
16+ - increased code coverage.
17+ - CI now uses PHP 8.4
1718
1819## [ 11.0.4]
1920
You can’t perform that action at this time.
0 commit comments