Skip to content

Commit

Permalink
PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Oct 19, 2024
1 parent ed5c088 commit 9851457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests

on:
pull_request: ~
pull_request:
push:
branches:
- main
Expand All @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
os: [ ubuntu-latest ]
php: [ 8.2, 8.3, 8.4 ]

name: Test with php ${{ matrix.php }} on ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bin/svgtinyps"
],
"require": {
"php": "^8.2|^8.3",
"php": "^8.2",
"ext-dom": "*",
"srwiez/php-svg-ps-converter": "^1.1",
"composer-runtime-api": "^2.2"
Expand Down

0 comments on commit 9851457

Please sign in to comment.