We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c312a0c commit 2486f06Copy full SHA for 2486f06
1 file changed
.github/workflows/php84.yml
@@ -6,13 +6,13 @@ on:
6
pull_request:
7
branches: [ main ]
8
env:
9
- OPERATING_SYS: "ubuntu-latest"
+ OPERATING_SYS: ubuntu-latest
10
PHP_VERSION: 8.4
11
jobs:
12
test:
13
runs-on: ${{ env.OPERATING_SYS }}
14
15
- name: "PHP ${{ env.PHP_VERSION }} - ${{ env.OPERATING_SYS }}"
+ name: "PHP $PHP_VERSION - $OPERATING_SYS"
16
17
steps:
18
- name: Clone Repo
0 commit comments