Skip to content

Commit a65bb9c

Browse files
committed
fix
1 parent ffbe060 commit a65bb9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ 'ubuntu-latest', 'windows-latest' ]
34-
php: [ '8.2', '8.3', '8.4' ]
34+
php: [ '8.3', '8.4' ]
3535

3636
steps:
3737
- name: Checkout

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ 'ubuntu-latest' ]
36-
php: [ '8.2', '8.3', '8.4' ]
36+
php: [ '8.3', '8.4' ]
3737

3838
steps:
3939
- name: Checkout

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: 8.2
20+
php-version: 8.3
2121
tools: composer:v2
2222
coverage: none
2323

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ 'ubuntu-latest' ]
34-
php: [ '8.2', '8.3', '8.4' ]
34+
php: [ '8.3', '8.4' ]
3535

3636
steps:
3737
- name: Checkout

0 commit comments

Comments
 (0)