Skip to content

Commit d3273db

Browse files
committed
chore: update php min version
1 parent 87d7cc5 commit d3273db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
php-version:
29-
- '8.1'
3029
- '8.2'
3130
- '8.3'
31+
- '8.4'
3232

3333
steps:
3434
- name: Checkout

.github/workflows/test-kahlan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
operating-system: [ubuntu-latest]
38-
php-versions: ['8.1', '8.2']
38+
php-versions: ['8.2', '8.3']
3939
name: Test with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
4040
steps:
4141
- name: Checkout

.github/workflows/test-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup PHP
4343
uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: '8.1'
45+
php-version: '8.2'
4646
extensions: intl
4747
coverage: none
4848

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"minimum-stability": "dev",
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"ext-intl": "*",
2121
"ext-mbstring": "*",
2222
"blitz-php/annotations": "^1.0",

0 commit comments

Comments
 (0)