Skip to content

Commit

Permalink
Upgrade dependencies (#8)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix PHP CS rules

* Remove scheduled CI run

* Update CI to use ubuntu-latest
  • Loading branch information
mentisy authored Feb 23, 2024
1 parent 5005fca commit 8e65a18
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 274 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ on:
pull_request:
branches:
- '*'
schedule:
# First day of every month, at 15:30
- cron: '30 15 1 * *'

permissions:
contents: read

jobs:
testsuite:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -49,7 +46,7 @@ jobs:

coding-standard:
name: Coding Standard
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -68,7 +65,7 @@ jobs:

static-analysis:
name: Static Analysis
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 8e65a18

Please sign in to comment.