Skip to content

Commit

Permalink
Add php 8.1 to the build pipeline matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xico42 committed Nov 11, 2021
1 parent f349ff5 commit c298a36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
-
version: 8.0
xdebug: 3.1.1

-
version: 8.1.0RC3
xdebug: 3.1.1
runs-on: ubuntu-20.04
steps:
-
Expand Down Expand Up @@ -81,12 +85,18 @@ jobs:
-
version: 8.0
composer: --prefer-lowest
-
version: 8.1.0RC3
composer: --prefer-lowest
-
version: 7.4
composer: --prefer-stable
-
version: 8.0
composer: --prefer-stable
-
version: 8.1.0RC3
composer: --prefer-stable
steps:
-
name: Download sources
Expand Down

0 comments on commit c298a36

Please sign in to comment.