Skip to content

Commit f5c3a9f

Browse files
authored
Merge pull request msyk#84 from matsuo/modify-a-workflow-file-for-ci
Modify a bit in php-multiplatform.yml
2 parents b524a67 + 4705a0e commit f5c3a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-multiplatform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
# https://github.com/shivammathur/setup-php?tab=readme-ov-file#cloud-osplatform-support
2222
os: [ 'ubuntu-24.04', 'windows-2022', 'macos-13' ]
23-
php: [ '8.3' ]
23+
php-version: [ '8.3' ]
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)