Skip to content

Commit

Permalink
drop php 8.1/8.2, add 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Aug 22, 2024
1 parent e7f8dae commit c7a2e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.2', '8.3']

name: PHP ${{ matrix.php }} tests
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "genkgo/xsl",
"description": "XSL 2.0 Transpiler in PHP",
"require" : {
"php" : "~8.0.0 || ~8.1.0 || ~8.2.0",
"php" : " ~8.2.0 || ~8.3.0",
"ext-json" : "*",
"ext-libxml" : "*",
"ext-xsl" : "*",
Expand Down

0 comments on commit c7a2e5d

Please sign in to comment.