Skip to content

Commit

Permalink
Merge pull request #48 from librarianphp/updates-sept24
Browse files Browse the repository at this point in the history
Version bumps
  • Loading branch information
erikaheidi authored Sep 28, 2024
2 parents 88ad667 + 2868f89 commit 0841894
Show file tree
Hide file tree
Showing 5 changed files with 1,245 additions and 747 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: mbstring, dom, curl

- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-json": "*",
"ext-curl": "*",
"ext-xml": "*",
Expand Down
Loading

0 comments on commit 0841894

Please sign in to comment.