Skip to content

Commit

Permalink
lets see if phpstan is ok now
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed May 19, 2022
1 parent be9bce3 commit df8cc2c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -18,12 +18,13 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04, windows-2022, windows-2019, macos-11, macos-10.15]
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
#os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04, windows-2022, windows-2019, macos-11, macos-10.15]
#php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
#os: [windows-2022, macos-11]
#os: [windows-2022]
#os: [macos-11]
#php: [7.1]
os: [ubuntu-18.04]
php: [7.4]

steps:
- name: Checkout
Expand Down Expand Up @@ -103,8 +104,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-18.04]
php: [7.1]
os: [ubuntu-18.04,windows-2022, windows-2019, macos-11]
php: [8.1, 7.1]
# unfortunately, proc_open is needed by phpunit, so we cannot disable proc_open
disabled_functions: ["exec", "exec,passthru,shell_exec,popen"]
steps:
Expand Down

0 comments on commit df8cc2c

Please sign in to comment.