Skip to content

Commit

Permalink
deps: raise minimum processor version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Nov 28, 2022
1 parent 4367e81 commit bb506e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
exist-version: [5.2.0, 5.4.1, release, latest]
exist-version: [5.3.0, 5.4.1, release, latest]
node-version: [16]
services:
# Label used to access the service container
Expand Down
2 changes: 1 addition & 1 deletion expath-pkg.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://expath.org/ns/pkg" name="@namespace@"
abbrev="@target@" version="@version@" spec="1.0">
<title>@title@</title>
<dependency processor="http://exist-db.org" semver-min="5.2.0"/>
<dependency processor="http://exist-db.org" semver-min="5.3.0"/>
<xquery>
<namespace>http://exist-db.org/xquery/html-templating</namespace>
<file>templates.xqm</file>
Expand Down
4 changes: 2 additions & 2 deletions test/app/expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/html-templating-test"
abbrev="templating-test" version="1.0.0" spec="1.0">
abbrev="templating-test" version="2.0.0" spec="1.0">
<title>eXist-db HTML Templating Library</title>
<dependency processor="http://exist-db.org" semver-min="3.0.4"/>
<dependency processor="http://exist-db.org" semver-min="5.3.0"/>
<dependency package="http://exist-db.org/html-templating" semver-min="1.0.0"/>
</package>

0 comments on commit bb506e2

Please sign in to comment.