Skip to content

Commit

Permalink
Add 8.1 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 2, 2022
1 parent ce97157 commit 3deeb0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
composer-options: ['']
experimental: [false]
include:
- { php-version: '8.1', experimental: true, composer-options: '--ignore-platform-req=php' }

steps:
- name: "Checkout code"
Expand Down Expand Up @@ -83,6 +82,7 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
extension:
- 'extra/cssinliner-extra'
- 'extra/html-extra'
Expand All @@ -91,6 +91,8 @@ jobs:
- 'extra/markdown-extra'
- 'extra/string-extra'
- 'extra/twig-extra-bundle'
composer-options: ['']
experimental: [false]

steps:
- name: "Checkout code"
Expand Down

0 comments on commit 3deeb0b

Please sign in to comment.