Skip to content

Commit 2486f06

Browse files
committed
Update php84.yml
1 parent c312a0c commit 2486f06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php84.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
pull_request:
77
branches: [ main ]
88
env:
9-
OPERATING_SYS: "ubuntu-latest"
9+
OPERATING_SYS: ubuntu-latest
1010
PHP_VERSION: 8.4
1111
jobs:
1212
test:
1313
runs-on: ${{ env.OPERATING_SYS }}
1414

15-
name: "PHP ${{ env.PHP_VERSION }} - ${{ env.OPERATING_SYS }}"
15+
name: "PHP $PHP_VERSION - $OPERATING_SYS"
1616

1717
steps:
1818
- name: Clone Repo

0 commit comments

Comments
 (0)