Skip to content

Commit

Permalink
Merge pull request #469 from nextras/php8_0
Browse files Browse the repository at this point in the history
build with PHP 8.0
  • Loading branch information
hrach committed Jan 1, 2021
2 parents f4e39ad + 35de659 commit 383ce29
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -13,8 +13,8 @@ on:
- v*.*

env:
php-extensions: mbstring, intl, mysqli, pgsql, sqlsrv
php-extensions-key: v1
php-extensions: mbstring, intl, mysqli, pgsql, sqlsrv-5.9.0beta2
php-extensions-key: v2
php-tools: "composer:v2, pecl"

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
php-version: [ '7.4' ]
php-version: [ '7.4', '8.0' ]

steps:
- name: Checkout
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.1', '7.2', '7.3', '7.4' ]
php-version: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
deps: [ 'lowest', 'newest' ]
exclude:
- php-version: '7.2'
Expand All @@ -68,6 +68,8 @@ jobs:
deps: lowest
- php-version: '7.4'
deps: lowest
- php-version: '8.0'
deps: lowest

runs-on: ubuntu-latest

Expand Down

0 comments on commit 383ce29

Please sign in to comment.