Skip to content

Commit 0841894

Browse files
authored
Merge pull request #48 from librarianphp/updates-sept24
Version bumps
2 parents 88ad667 + 2868f89 commit 0841894

File tree

5 files changed

+1245
-747
lines changed

5 files changed

+1245
-747
lines changed

.github/workflows/php.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313

1414
steps:
15+
- name: Setup PHP
16+
uses: shivammathur/setup-php@v2
17+
with:
18+
php-version: '8.3'
19+
extensions: mbstring, dom, curl
20+
1521
- uses: actions/checkout@v3
1622

1723
- name: Validate composer.json and composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"require": {
13-
"php": ">=8.1",
13+
"php": ">=8.2",
1414
"ext-json": "*",
1515
"ext-curl": "*",
1616
"ext-xml": "*",

0 commit comments

Comments
 (0)