Skip to content

Commit

Permalink
prep for php8
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaniels5757 committed Aug 17, 2024
1 parent 5295669 commit 0f9f468
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 303 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
unit-tests:
name: "Unit tests (PHP ${{ matrix.php-version }})"
runs-on: ubuntu-latest

continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php-version: [8.2]
php-version: ['8.1', '8.3', '8.4']
experimental: [true]
include:
- php-version: '8.2'
experimental: false

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit: true

build:
environment:
php: "7.4"
php: 8.2.22
nodes:
analysis:
tests:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Wikipedia Account Creation Assistance Tool",
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"php": ">=8.1",
"smarty/smarty": "^v5.3.1",
"twitter/typeahead.js": "^0.11.1",
"fortawesome/font-awesome": "~6.6.0",
Expand Down
Loading

0 comments on commit 0f9f468

Please sign in to comment.