Skip to content

Bump activesupport from 6.1.7.3 to 6.1.7.6 #117

Bump activesupport from 6.1.7.3 to 6.1.7.6

Bump activesupport from 6.1.7.3 to 6.1.7.6 #117

Workflow file for this run

name: Swift-Build
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
xcode: ['14.2', '15.0']
exclude:
- os: macos-12
xcode: '15.0'
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
steps:
- uses: actions/checkout@v4
- name: Build and Test
run: swift test