Skip to content

Commit d3e57b2

Browse files
authored
CI - PHP 8.4
1 parent 52042f1 commit d3e57b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
14+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ ubuntu-latest, windows-latest, macos-latest ]
15-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
15+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)