Skip to content

Commit

Permalink
working on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
treehousetim committed Jan 2, 2025
1 parent 80e3e29 commit f247e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build:
strategy:
matrix:
operating-system: ['ubuntu-22.04', 'ubuntu-24.04']
php-versions: ['7.1', '7.3', '8.0', '8.4']
operating-system: ['ubuntu-24.04']
php-versions: ['8.0', '8.4']
phpunit-versions: ['latest']
runs-on: ${{ matrix.operating-system }}
steps:
Expand Down

0 comments on commit f247e97

Please sign in to comment.