Skip to content

Commit 988dacd

Browse files
committed
wip try php 8.3
1 parent db72598 commit 988dacd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- ubuntu-latest
4242
- windows-latest
4343
php:
44+
- '8.3'
4445
- '8.4'
4546

4647
fail-fast: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"name": "vojtech-dobes/php-grammar-processing",
3131
"require": {
32-
"php": "~8.4",
32+
"php": "~8.3",
3333
"ext-pcre": "*"
3434
},
3535
"require-dev": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)