Skip to content

Commit 03d11f0

Browse files
committed
Merge branch 'develop'
2 parents e9bea42 + 88f72cc commit 03d11f0

17 files changed

+460
-103
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
image:
16-
- swift:5.5.3-xenial
17-
- swift:5.6.1-bionic
18-
- swift:5.7.2-focal
19-
- swift:5.8-jammy
16+
- swift:5.9.2-focal
17+
- swift:6.0-noble
2018
container: ${{ matrix.image }}
2119
steps:
2220
- name: Checkout Repository
23-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2422
- name: Build Swift Debug Package
2523
run: swift build -c debug
2624
- name: Build Swift Release Package
@@ -33,9 +31,9 @@ jobs:
3331
- name: Select latest available Xcode
3432
uses: maxim-lobanov/[email protected]
3533
with:
36-
xcode-version: 13.2.1
34+
xcode-version: latest
3735
- name: Checkout Repository
38-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3937
- name: Build Swift Debug Package
4038
run: swift build -c debug
4139
- name: Build Swift Release Package

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717

1818
dependencies: [
1919
.package(url: "https://github.com/Macro-swift/Macro.git",
20-
from: "1.0.0"),
20+
from: "1.0.2"),
2121
.package(url: "https://github.com/AlwaysRightInstitute/mustache.git",
2222
from: "1.0.1")
2323
],

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,8 @@ app.listen(1337)
7676
### Who
7777

7878
**MacroExpress** is brought to you by
79-
the
80-
[Always Right Institute](http://www.alwaysrightinstitute.com)
81-
and
82-
[ZeeZide](http://zeezide.de).
83-
We like
84-
[feedback](https://twitter.com/ar_institute),
85-
GitHub stars,
86-
cool [contract work](http://zeezide.com/en/services/services.html),
79+
[Helge Heß](https://github.com/helje5/) / [ZeeZide](https://zeezide.de).
80+
We like feedback, GitHub stars, cool contract work,
8781
presumably any form of praise you can think of.
8882

8983
There is a `#microexpress` channel on the

0 commit comments

Comments
 (0)