Skip to content

Commit 54289ee

Browse files
committed
bump PHP 8.3
1 parent 3ccdce2 commit 54289ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
-
3636
uses: shivammathur/setup-php@v2
3737
with:
38-
php-version: 8.2
38+
php-version: 8.3
3939
coverage: none
4040

4141
- uses: "ramsey/composer-install@v2"

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
-
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: 8.2
24+
php-version: 8.3
2525
coverage: none
2626

2727
- uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)