Skip to content

Commit

Permalink
chore: PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Aug 12, 2022
1 parent f8861b3 commit d3b79f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
extensions: mbstring, gd, imagick, intl, gettext

- name: Checkout source
Expand All @@ -34,7 +34,7 @@ jobs:
name: Deploy
needs: build
runs-on: ubuntu-latest
environment:
environment:
name: github-pages
url: ${{ steps.deploy_url.outputs.url }}

Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: phpdocker/phpdocker:7.4
image: phpdocker/phpdocker:8.1

before_script:
- |
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os: linux
language: php
php:
- 7.4
- 8.1

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
command = "curl -sSOL https://cecil.app/build.sh && bash ./build.sh"

[build.environment]
PHP_VERSION = "7.4"
#PHP_VERSION = "7.4"

[context.production.environment]
CECIL_ENV = "production"
Expand Down

1 comment on commit d3b79f9

@vercel
Copy link

@vercel vercel bot commented on d3b79f9 Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

the-butler – ./

the-butler-git-master-cecil.vercel.app
the-butler.vercel.app
vercel.cecil.app
the-butler-cecil.vercel.app

Please sign in to comment.