Skip to content

Commit

Permalink
Run tests on Xcode 15.2 and setup Dependabot (#4)
Browse files Browse the repository at this point in the history
* Run tests on Xcode 15.2

* Setup Dependabot for GitHub Actions dependencies
  • Loading branch information
liamnichols authored Jan 26, 2024
1 parent 6e81e6c commit 3ac67af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
fail-fast: false
matrix:
xcode:
# - "15.0"
- "15.2"
- "14.3.1"
- "14.1"
include:
# - xcode: "15.0"
# macos: macOS-13
# destination: "platform=iOS Simulator,name=iPhone 14,OS=17.0"
- xcode: "15.2"
macos: macOS-13
destination: "platform=iOS Simulator,name=iPhone 14,OS=17.2"
- xcode: "14.3.1"
macos: macOS-13
destination: "platform=iOS Simulator,name=iPhone 14,OS=16.4"
Expand Down

0 comments on commit 3ac67af

Please sign in to comment.