Skip to content

Commit

Permalink
Merge pull request #187 from SocialConnect/ci
Browse files Browse the repository at this point in the history
Update CI workflow
  • Loading branch information
ADmad authored Nov 15, 2024
2 parents 5bd774e + cc7d085 commit e955a8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
testsuite:
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand All @@ -15,7 +15,7 @@ jobs:
composer-opts: '--prefer-lowest'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -48,10 +48,10 @@ jobs:
cs-stan:
name: Coding Standard & Static Analysis
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit e955a8c

Please sign in to comment.