Skip to content

Commit

Permalink
Move env variables into 'env'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Aug 11, 2021
1 parent 2c55839 commit 983a90b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
- '**.txt'
pull_request:

env:
ZEPHIR_PARSER_VERSION: v1.3.6
ZEPHIR_VERSION: 0.14.0-beta.3
LANG: en_US.UTF-8
LANGUAGE: en_US.UTF-8
LC_ALL: en_US.UTF-8

jobs:
generate:
# To prevent build a particular commit use
Expand All @@ -18,13 +25,6 @@ jobs:
runs-on: ubuntu-20.04
name: Build Phalcon Pecl Package
steps:
- name: Setup Environment Variables
run: |
echo "ZEPHIR_PARSER_VERSION=v1.3.6" >> $GITHUB_ENV
echo "ZEPHIR_VERSION=0.14.0-beta.3" >> $GITHUB_ENV
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
echo "LANGUAGE=en_US.UTF-8" >> $GITHUB_ENV
echo "LC_ALL=en_US.UTF-8" >> $GITHUB_ENV

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 983a90b

Please sign in to comment.