Skip to content

Commit 62bae0f

Browse files
committed
Update CI to use PHP 8.4
1 parent a9cb7b8 commit 62bae0f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -36,7 +36,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)