Skip to content

Commit

Permalink
Revert "revert"
Browse files Browse the repository at this point in the history
This reverts commit c752f25.
  • Loading branch information
laruence committed Jul 6, 2021
1 parent c752f25 commit 1c351eb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
matrix:
name: "PHP"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
Expand All @@ -17,18 +17,19 @@ jobs:
- PHP: "8.0"
ZTS: "yes"
env:
PHP: $ {{ matrix.PHP }}
GITHUB: "yes"
enable_debug: "yes"
enable_maintainer_zts: $ {{ matrix.ZTS }}
enable_session: "yes"
TEST_PHP_ARGS : "--show-diff"
REPORT_EXIT_STATUS: "yes"
NO_INTERACTION: "yes"
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
- name: Setup
uses: shivammathur/setup-php@v2
with:
submodules: true
php-version: $ {{ matrix.PHP }}
- name: Install
run: |
sudo apt-get install -y \
Expand Down

0 comments on commit 1c351eb

Please sign in to comment.