Skip to content

Commit 49a636e

Browse files
committed
Update PHP versions
1 parent 77222d3 commit 49a636e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PhpUnit-MacOs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: '8.1'
13+
php-version: '8.2'
1414
extensions: bcmath
1515
coverage: xdebug
1616
tools: phpunit

.github/workflows/PhpUnit-Win.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: '8.1'
13+
php-version: '8.2'
1414
extensions: bcmath
1515
coverage: xdebug
1616
tools: phpunit

0 commit comments

Comments
 (0)