Skip to content

Commit 28102de

Browse files
committed
Fix php version.
1 parent 98066a1 commit 28102de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
os: >-
4040
['ubuntu-latest']
4141
php: >-
42-
['8.1', '8.2', '8.3', '8.4']
42+
['8.1', '8.2', '8.3']
4343
4444
windows:
4545
uses: php-forge/actions/.github/workflows/core.yml@main
@@ -57,7 +57,7 @@ jobs:
5757
os: >-
5858
['windows-latest']
5959
php: >-
60-
['8.1', '8.2', '8.3', '8.4']
60+
['8.1', '8.2', '8.3']
6161
concurrency:
6262
group: windows-${{ github.workflow }}-${{ github.ref }}
6363
cancel-in-progress: true

0 commit comments

Comments
 (0)