Skip to content

Commit b4dd2e0

Browse files
authored
Update ngx_php.yml
1 parent 800a1e8 commit b4dd2e0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎.github/workflows/ngx_php.yml‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ jobs:
1010
runs-on: ubuntu-18.04
1111

1212
steps:
13-
- uses: actions/checkout@master
13+
- uses: actions/checkout@v2
1414
- name: prepare basic packages
1515
run: sudo apt-get install -yqq locales language-pack-de re2c libgmp-dev libicu-dev libmcrypt-dev libtidy-dev libenchant-dev libaspell-dev libpspell-dev librecode-dev libsasl2-dev libxpm-dev cpanminus openssl libssl-dev libbz2-dev libzip-dev systemtap-sdt-dev libonig-dev axel
1616
- name: perl packages
1717
run: sudo cpanm -n Test::Nginx
18-
- name: set env
19-
uses: actions/setup-node@v1
18+
- name: compiler
2019
env:
2120
PHP_SRC_VERSION: '8.0.0'
2221
NGINX_SRC_VERSION: '1.12.2'
23-
- name: compiler
2422
run: ./.travis/compiler.sh
2523
- name: test
2624
run: ./.travis/test.sh

0 commit comments

Comments
(0)