Skip to content

Commit

Permalink
Run CI with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Aug 24, 2023
1 parent 42a0022 commit 976aa62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
coverage: "none"
ini-values: "error_reporting=-1, display_errors=On, display_startup_errors=On, zend.assertions=1"
php-version: "8.0"
php-version: "8.1"
tools: composer:v2

- uses: "ramsey/composer-install@v2"
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
with:
coverage: "pcov"
ini-values: "error_reporting=-1, display_errors=On, display_startup_errors=On, zend.assertions=1"
php-version: "8.0"
php-version: "8.1"
tools: composer:v2

- uses: "ramsey/composer-install@v2"
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
with:
coverage: "none"
ini-values: "error_reporting=-1, display_errors=On, display_startup_errors=On, zend.assertions=1"
php-version: "8.0"
php-version: "8.1"
tools: composer:v2, composer-normalize, composer-require-checker

- name: "Validate composer.json"
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
with:
coverage: "none"
ini-values: "error_reporting=-1, display_errors=On, display_startup_errors=On, zend.assertions=1"
php-version: "8.0"
php-version: "8.1"
tools: composer:v2

- name: Get composer cache directory
Expand Down

0 comments on commit 976aa62

Please sign in to comment.