Skip to content

Commit

Permalink
CI: Add PHP 8.3 to CI and remove outdated 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 7, 2024
1 parent 326cc20 commit 3a778ae
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 @@ -24,10 +24,10 @@ jobs:
fail-fast: false
matrix:
php:
- '7.2' # version used by gw2treasures.com
- '7.2' # version used by legacy.gw2treasures.com
- '7.4' # latest 7.x
- '8.1' # stable 8
- '8.2' # stable 8
- '8.3' # stable 8
phar:
- false
include:
Expand Down

0 comments on commit 3a778ae

Please sign in to comment.