Skip to content

Commit

Permalink
Run jobs on php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Jul 18, 2024
1 parent 6f92f59 commit cab0d95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
ini-values: zend.assertions=1, assert.exception=1
coverage: xdebug
env:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
ini-values: zend.assertions=1, assert.exception=1
coverage: xdebug
env:
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
ini-values: zend.assertions=1, assert.exception=1
env:
update: true
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
env:
update: true

Expand Down

0 comments on commit cab0d95

Please sign in to comment.