Skip to content

Commit

Permalink
ci: update to PHP 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
  • Loading branch information
pierre committed May 12, 2022
1 parent fef83e8 commit b2897a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
include:
- php-version: '7.3'
- php-version: '8.1'
docker-compose-file: 'docker-compose.ci.mysql.yml'
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -27,7 +27,7 @@
},
"license": "Apache-2.0",
"require": {
"php": "^7.1",
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand Down

0 comments on commit b2897a0

Please sign in to comment.