Skip to content

Commit 8cef4a1

Browse files
committed
CI - PHP 8.5
1 parent 1e26b0a commit 8cef4a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: [ '8.1', '8.2', '8.3', '8.4' ]
14+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
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: [ '8.1', '8.2', '8.3', '8.4' ]
15+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
1616
symfony: [ '^6.4', '^7.3' ]
1717
exclude:
1818
- php: '8.1'

0 commit comments

Comments
 (0)