Skip to content

Commit 5f6fcd9

Browse files
upgraded to PHP 8.3
1 parent 70a716a commit 5f6fcd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-checks-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install PHP, extensions and tools
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.1'
18+
php-version: '8.3'
1919
extensions: bcmath, gd, intl, pdo_pgsql, redis, pgsql, zip
2020
tools: composer
2121
- name: Install Composer dependencies

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^8.1",
23+
"php": "^8.3",
2424
"ext-bcmath": "*",
2525
"ext-ctype": "*",
2626
"ext-curl": "*",

0 commit comments

Comments
 (0)