Skip to content

Commit 778c3dc

Browse files
committed
update PHP versions to run on PHP 8.5
1 parent e374b62 commit 778c3dc

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/styles.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.3'
15+
php-version: '8.5'
1616
extensions: mbstring, intl, gd, xml, dom, json, fileinfo, curl, zip, iconv
1717
tools: php-cs-fixer, cs2pr
1818
- uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: '8.3'
29+
php-version: '8.5'
3030
extensions: mbstring, intl, gd, xml, dom, json, fileinfo, curl, zip, iconv
3131
- uses: actions/checkout@v4
3232
- run: composer install --prefer-dist
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2
4141
with:
42-
php-version: '8.3'
42+
php-version: '8.5'
4343
extensions: mbstring, intl, gd, xml, dom, json, fileinfo, curl, zip, iconv
4444
- uses: actions/checkout@v4
4545
- run: composer install --prefer-dist

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
13+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1414
steps:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Security
9+
- update PHP versions to run on PHP 8.5
810

911
## [1.0.4] - 2025-05-02
1012
### Added

0 commit comments

Comments
 (0)