Skip to content

Commit

Permalink
Say hello to PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Nov 30, 2021
1 parent f91cd5f commit f950c32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
matrix:
php_version:
- "8.0"
- "8.1.0RC6"
include:
- php_version: "8.1.0RC6"
experimental: true
composer_platform_php: "8.0"
- "8.1"
# include:
# - php_version: "8.1.0RC6"
# experimental: true
# composer_platform_php: "8.0"
steps:
- name: Checkout
uses: actions/download-artifact@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
matrix:
php_version:
- "8.0"
- "8.1.0RC6"
include:
- php_version: "8.1.0RC6"
experimental: true
composer_platform_php: "8.0"
- "8.1"
# include:
# - php_version: "8.1.0RC6"
# experimental: true
# composer_platform_php: "8.0"
steps:
- name: Checkout
uses: actions/download-artifact@v2
Expand Down

0 comments on commit f950c32

Please sign in to comment.