Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed Mar 2, 2025
1 parent ebe5b66 commit a9fb8b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:

strategy:
matrix:
php: [8.3, 8.2, 8.1]
php: [8.4, 8.3, 8.2, 8.1]
# prefer-lowest is causing unit tests to fail when php 7.2 is run against PHPunit 7.x,
# PHPUnit 8.x is the latest stable release that supports PHP 7.2 and that runs fine
# dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]
os: [ubuntu-20.04, ubuntu-22.04]
include:
- os: ubuntu-20.04
php: 8.1
- os: ubuntu-20.04
php: 8.2
- os: ubuntu-22.04
php: 8.2
os: [ubuntu-latest]
# include:
# - os: ubuntu-20.04
# php: 8.1
# - os: ubuntu-20.04
# php: 8.2
# - os: ubuntu-22.04
# php: 8.2
#exclude:
#- os: ubuntu-20.04
#php: 7.3
Expand Down

0 comments on commit a9fb8b9

Please sign in to comment.