Skip to content

Commit

Permalink
Bump up PHP versions (#68)
Browse files Browse the repository at this point in the history
* Bump up PHP versions

* Update build-4.x.yml

8.3 presently fails due to composer specs

* Attempt a `composer update`

* Try adding 8.3 back in.
  • Loading branch information
adam-vessey authored Nov 13, 2024
1 parent b77c8ea commit a02522e
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 568 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-4.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.4", "8.0", "8.1"]
php-versions: ["8.1", "8.2", "8.3"]

name: PHP ${{ matrix.php-versions }}

Expand Down
Loading

0 comments on commit a02522e

Please sign in to comment.