Skip to content

Commit

Permalink
Update OS for GitHub Actions
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/ci.yml
  • Loading branch information
kevinsmith committed Oct 13, 2024
1 parent 924fdf9 commit 6c98e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Static Analysis
strategy:
matrix:
os: [ ubuntu-18.04 ]
os: [ ubuntu-latest ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
name: Unit Tests
strategy:
matrix:
os: [ ubuntu-18.04 ]
os: [ ubuntu-latest ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6c98e18

Please sign in to comment.