Skip to content

Commit

Permalink
Merge pull request #162 from ker0x/feature/php-81
Browse files Browse the repository at this point in the history
Add PHP 8.1 to CI
  • Loading branch information
ker0x authored Jul 31, 2021
2 parents 304dd1a + 87e89da commit 76b6824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -14,14 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.4' ]
php-version: [ '7.4', '8.0' ]
allow-failure: [ false ]
coverage: [ false ]
composer-flags: [ '' ]
include:
- php-version: '7.3'
coverage: true
- php-version: '8.0'
- php-version: '8.1'
allow-failure: true
composer-flags: '--ignore-platform-req php'

Expand Down

0 comments on commit 76b6824

Please sign in to comment.